Embed presentation
Download to read offline




This document describes a program that rounds numbers. The program first defines a number variable and assigns it a value of 10.6. It then uses the Math.Round function to round the number and outputs the result to the console. The program is then modified to prompt the user to enter a number, round that input, and display the rounded number back to the user.


