16 questions
Hello, I'm working on a program to determine if it's a capital letter, a lowercase letter, or an English letter by typing 5 characters, but when I try to repeat it with a for sentence, it keeps saying...
#include<stdio.h>int main() { int n; scanf(%d,&n); printf(%d,n); return 0;}I don't think there's a problem with the code, but it keeps printing.Severity code descriptionProject file line dis...
Don't you use the scanf function when you're making a calendar program and you want to enter a range?If you enter a range like 2021.05.24-2021.08.09, you want to print out a calendar suitable for the ...
int years = 0;double rate, investment;printf (Principal :);scanf(%f, &investment);printf (Rate :);scanf(%f, &rate);double total = investment;while (total < investment * 2){ total = total * ...
Sorry for the incorrect title. I don't know what to say about the topic.#include <iostream>using namespace std;int main() { cout << Copy the word 'two' as it is entered. Just use two words...
It's a basic code, but I don't know why there's an error ㅜㅜ/
« | - 2 - |
© 2024 OneMinuteCode. All rights reserved.