User:Mabd117: Difference between revisions

From Stage One Wiki
Jump to navigationJump to search
Mabd117 (talk | contribs)
No edit summary
 
Mabd117 (talk | contribs)
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

  1. Author: Muhammad Nur Atif Abdullah
  2. Date: 02th August 2011
  1. Define the value of our variable

secondsInAMinute = 60 minutesInAnHour = 60

  1. Calculate the results

secondsInAHour = secondsInAMinute * minutesInAnHour

  1. Display the output print ("There are" ,secondsInAHour, "seconds in an hour")

[1]