F&A Diskussionen
C++ task about
0 Stimmen
1 AntwortUbelieving order - C#.
0 Stimmen
1 AntwortAverage Score
0 Stimmen
1 AntwortWhat's wrong here?
2 Stimmen
1 AntwortMatt reaches the final round of a treasure hunt. In this, he finds that as he proceeds there are flags with the number written on them at different positions. The difference between two consecutive flags can be either a or b. If he finds the number on the first flag is 0. Given three integer, first one is number of flags present, second is a and third is b. then return all the possible values for last flag for each test case.
hunt({3 1 2}) = {2 3 4}
0 Stimmen
2 AntwortenRoman numeral logic correction
0 Stimmen
1 AntwortRandom Num Generator
0 Stimmen
1 Antworti dont know what should i do
1 Stimme
1 AntwortCan someone explain this code to me....
class ReverseNumberDemo
{ public static void main(String args[]) {
int num=123456789;
int reversenum =0;
while( num != 0 ) {
reversenum = reversenum * 10;
reversenum = reversenum + num%10;
num = num/10; }
System.out.println("Reverse of specified number is: "+reversenum);
}
}
the thing I don't get is the reversenum part......isn't reversenum=0 so wouldn't reversenum*10=0
0 Stimmen
8 AntwortenChallenge: Kaprekar numbers
0 Stimmen
3 AntwortenWhy is this the output?
0 Stimmen
2 AntwortenКак записать число двумя байтами?
0 Stimmen
1 AntwortHeute heiß
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes
HTML community, HELP!!
0 Votes
What's doctype htMl
2 Votes
How this program executes?
0 Votes
I am a super beginner
0 Votes