blog task: Algorithm develpment 2
1: using the five step process, develop an algorithm for the following problem:
step 1
you want to estimate the number of hours it will take you to complete all of the levels in a new video game based on your past performance with other games
step 2
highest performance time
lowest performance time
step 3
estimated performance
step 4
get highest performance time
get lowest performance time
caluculate highest performance time * lowest performance time / 2
display estimated performance time
1: using the five step process, develop an algorithm for the following problem:
step 1
you want to estimate the number of hours it will take you to complete all of the levels in a new video game based on your past performance with other games
step 2
highest performance time
lowest performance time
step 3
estimated performance
step 4
get highest performance time
get lowest performance time
caluculate highest performance time * lowest performance time / 2
display estimated performance time

No comments:
Post a Comment