blah blah blah is here! blah blah » Close

0
votes
3 answers

using round up function

I am writing very simple programs for a class, using Visual C# 2010 Express. I have my variables declared as double. I do some calculations, and at the end of the program list the results. I want to take that value and round up. So ...

1
votes
1 answers

taking time in in 24 hour clock, converting to minutes

Hello All, I am working on a school assignment, a simple console program. I am to ask for input of time in 24 hour time, and convert to minutes(then do some calculations). I am stuck. I was told I could use modulus function to do thi ...

Feedback