User:Mabd117

From Stage One Wiki
Revision as of 23:15, 1 August 2011 by Mabd117 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  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")