Java Basic Interview Questions Why is Java a platform independent language? 2


a er doing sum of digits in each step and inturn doing sum



Download 2,43 Mb.
Pdf ko'rish
bet35/36
Sana13.07.2022
Hajmi2,43 Mb.
#786321
1   ...   28   29   30   31   32   33   34   35   36
Bog'liq
Java Interview Questions

a er doing sum of digits in each step and inturn doing sum
of digits of that sum, the ultimate result (when there is only
one digit le ) is 1.
Example, consider the number:
Step 1: 163 => 1+6+3 = 10
Step 2: 10 => 1+0 = 1 => Hence 163 is a magic number
Page 53
© Copyright by Interviewbit


Java Interview Questions
public class 
IBMagicNumber

public static void 
main
(String[] args) {
int num = 
163
;
int sumOfDigits = 
0

while (num > 
0
|| sumOfDigits > 
9
)
{
if (num == 
0
)
{
num = sumOfDigits;
sumOfDigits = 
0
;
}
sumOfDigits += num % 
10
;
num /= 
10
;
}
// If sum is 1, original number is magic number 
if(sumOfDigits == 
1
) { 
System.out.println(
"Magic number"
); 
}else { 
System.out.println(
"Not magic number"
); 


}
Conclusion
61. Conclusion
Java is one of the simple high-level languages that provides powerful tools and
impressive standards required for application development. It was also one of the
first languages to provide amazing threading support for tackling concurrency-based
problems. The easy-to-use syntax and the built-in features of Java combined with the
stability it provides to applications are the main reasons for this language to have
ever-growing usage in the so ware community.
Join our 
community
and share your java interview experiences.
Recommended tutorials:
Java Tutorial
Puzzles
Page 54
© Copyright by Interviewbit



Download 2,43 Mb.

Do'stlaringiz bilan baham:
1   ...   28   29   30   31   32   33   34   35   36




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish