User:Mabd117: Difference between revisions
From Stage One Wiki
Jump to navigationJump to search
No edit summary |
(No difference)
|
Revision as of 23:15, 1 August 2011
- Author: Muhammad Nur Atif Abdullah
- Date: 02th August 2011
- Define the value of our variable
secondsInAMinute = 60 minutesInAnHour = 60
- Calculate the results
secondsInAHour = secondsInAMinute * minutesInAnHour
- Display the output print ("There are" ,secondsInAHour, "seconds in an hour")