20 IS itself an integer and so is the nearest. Answer: 20
0.40000000000000036
It depends on the degree to which it is rounded. To the nearest integer, it is 0.
It depends on the degree of rounding. If, for example, you are rounding to the nearest 7 (eg for days in weeks) then the answer would be 39. If to the nearest integer, the answer would be 41.5
95 is not to the nearest tens but to the nearest whole number (or integer).AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDetect languageDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian Creole ALPHAHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishThaiTurkishUkrainianVietnameseWelshYiddish⇄AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian Creole ALPHAHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishThaiTurkishUkrainianVietnameseWelshYiddishEnglish (auto-detected) » EnglishTo make it to the nearest tens, round the digit in the ones position off. As it is a 5, you are to round it up (round up for 5 and above, round down for 4 and under). So to the nearest tens (and hundreds as well) it is 100.
20 IS itself an integer and so is the nearest. Answer: 20
13.
0.40000000000000036
It depends on the degree to which it is rounded. To the nearest integer, it is 0.
To round off to the nearest integer... double a = {some value}; a = (int) (a + 0.5); To round off to the nearest hundredth... double a = {some value}; a = (int) (a * 100. + 0.5) / 100.; These are just two examples.
Since 4437 is an integer, it is already rounded to the nearest fractional place.
Round off to the nearest cent, means round off to the nearest hundredths or round off to two decimal.
It depends on the degree of rounding. If, for example, you are rounding to the nearest 7 (eg for days in weeks) then the answer would be 39. If to the nearest integer, the answer would be 41.5
95 is not to the nearest tens but to the nearest whole number (or integer).AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDetect languageDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian Creole ALPHAHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishThaiTurkishUkrainianVietnameseWelshYiddish⇄AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian Creole ALPHAHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishThaiTurkishUkrainianVietnameseWelshYiddishEnglish (auto-detected) » EnglishTo make it to the nearest tens, round the digit in the ones position off. As it is a 5, you are to round it up (round up for 5 and above, round down for 4 and under). So to the nearest tens (and hundreds as well) it is 100.
If you were rounding to the nearest 350, the largest integer which would round to 700 would be 1049.
double round (double x) return (int) x + 0.5;
To the nearest integer, 68 To the nearest ten, 70