-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reversing a 3-digit number #2242
Comments
Sure, I can assign the issue of reversing a 3-digit number in C language to you. Here is a possible approach to solving the problem: Declare two integer variables: number and reversed_number. Source code: #include <stdio.h> int reverse_number(int number) { while (number > 0) { return reversed_number; int main() { int reversed_number = reverse_number(number); printf("The reversed number is %d\n", reversed_number); return 0; |
i would like to fix this issue. pls assign me this issue because as beginner this is very boost myself. |
Please assign it to me its my last date to contribute for hackatoberfest @Intruder9211 |
I want to work on a problem in Java: reversing a 3-digit number. Can you assign this task to me? |
Assign me this issue i will do it. |
added code for reverse of a number in java folder |
Hello, I would like to work on a problem of reversing a '3-digit ' number in C language. Can you please assign this issue to me?
The text was updated successfully, but these errors were encountered: