Starting with the largest number when adding numbers is merely a matter of convenience. You can start with any number, but with many methods of addition it is a bit easier to start with a large number and add smaller ones .
Chat with our AI personalities
No. When adding the smallest 2 digit number (= 10) to the smallest 2 digit number (again, 10) the result is a 2 digit number (10 + 10 = 20). When adding the largest 2 digit number (= 99) to the largest 2 digit number (again, 99) the result is a 3 digit number (99 + 99 = 198). As you can see, you'll either get a 2 or 3 digit number, but never a 4 digit number.
it is the same as adding a negative number to a positive number
The largest number among 0.7, 0.007, and 0.07 is 0.7. When comparing decimal numbers, you start by looking at the digit to the left of the decimal point. In this case, 0.7 has the largest digit in the tenths place, making it the largest number. The other numbers have smaller digits in the tenths place, making them smaller overall.
grahams largest number is 92
Step1- Read a,b,c. Step2-if a>b continue step 5. Step3- b>c then print “b is the largest " and continue step 7. Step4- continue step 6 Step5-if a>c then print “a is the largest " then continue step7. Step6- print “z is largest". Step7- end.