User:Mabd117: Difference between revisions
From Stage One Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
#Display the output print ("There are" ,secondsInAHour, "seconds in an hour") | #Display the output print ("There are" ,secondsInAHour, "seconds in an hour") | ||
[https://wiki.cs.auckland.ac.nz/stageonewiki/index.php/User:Acam001] |
Revision as of 23:23, 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")