- 4
write a program that prints all numbers from 0 to the inputted number that are either a multiple of 3 or end with 3
Java
9 odpowiedzi
+ 6
Carlton , please present your try here first, so that we can see what problem do you have. Please don't ask us to do your homework. Thanks!
+ 3
Carlton , the code you presented here is not related to the task you have mentioned in your question. please do a try by yourself and then post it here again. Thanks!
0
https://code.sololearn.com/cpA6QW7dOALt/?ref=app
I just need help with the multiple of 3 and the end with 3 part
0
Hey
I am going and figure it out reworking my way up I am rushing into this only at it for about a month now
But I'll get back to you
0
I have a try with your code but i dont know how to convert integer to string in java .either i can select the last number of the input x and make conditionalhttps://code.sololearn.com/cK16wLTagC6u/?ref=app statement if that num == 3
0
That's the out kind of out put I was going for
I was misinterpreted the question
Thank you
0
I don't understand when I run the same program on my computer the only out put I get is the input number but it runs good on the app
0
Congrat it is a good idea to use %10 .I think in computer compiler will be confused about System .out.println(x) that belong to if statement or not so curly brackets remove confusion.