printf tag

11 questions


1 answers
76 views
0
How do I fill in the first zero and print it out?

Like the zip code, we're going to print an integer that matches 5 to 6 digitsIs there an easier way than the code I made?/*num : Integer to output, len : Number of digits*/void printWith0(int num, int...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.