我有一个任务,我不知道该怎么做。想知道是否有人可以提供帮助。就是这个:
创建一个程序,允许用户输入他们今天锻炼了多少小时。然后程序应该输出他们一直锻炼的总小时数。为了允许程序在第一次运行之后持续存在,需要编写总锻炼时间并从文件中检索。
到目前为止,我的代码是这样的:
myFileObject2 = File.open("exercise.txt")
myFileObjecit2.read
puts "This is an exercise log. It keeps track of the number hours of exercise."
hours = gets.to_f
myFileObject2.close