0
Why wouldn't round up
4 Antworten
+ 1
Jakub Quinn
Use Ceiling method
Also (2.0 / houses) * 100
-----
double percent = (2.0 / houses) * 100;
Console.Write(Math.Ceiling(percent));
+ 2
There are two static void Main(string[] args)
+ 1
Thank youu
0
Oops sorry its for the Halloween practice but when use the example 3 it pops out 66 when it should be 67