Question: Create pseudocode for the program described here: A jiffy is the scientific name for 1 / 1 0 0 th of a second. Define a

Create pseudocode for the program described here:
A "jiffy" is the scientific name for 1/100th of a second.
Define a function named secondsToJiffies that:
takes a float as a parameter, representing the number of seconds
converts the seconds to "jiffies" and
displays the value that represents the number of "jiffies".
Write a main function that
reads the number of seconds as an input,
calls the function secondsToJiffies() with the number of seconds (input) as an argument.
Example:
If the input of the program is 15 the program should display
15.0 seconds is equal to 1500.0 jiffies.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!