Обсуждения
Find the bug...
3 голосов
1 ответ[solved]What's wrong with this ?
0 голосов
3 ответов🛑HELP PLEASE🛑 I don’t know what to do
-2 голосов
1 ответJOptionPane
-3 голосов
1 ответHTML colors answer field issue
-1 голос
2 ответовShow command doesn't wirk
0 голосов
1 ответwhy does this code output that there is an error because the else statement doesn't have a corresponding if statement?. How do i correct this?
#include <iostream>
using namespace std;
int main() {
int a;
for (int x =0; x<5;x++){
cin>>a;
if (a<1){
cout<<"a cannot be less than 1\n";
}
else if (a>10){
cout <<"a cannot be greater than 10\n";
}
}
else{
cout<<"code can run now"<<endl;
}
return 0;
}
3 голосов
8 ответовHow to use React with a CDN
1 голос
1 ответWhy cant we do graphics in sololearn
2 голосов
1 ответHow should I fix my C++ Script?
2 голосов
2 ответовHow to use cerr in c++ ?
2 голосов
2 ответовWhy my code running None.
1 голос
2 ответовgetting error when try to use this code
System.out.printf("my name is %s","Roy");
it's showing like: exception in thread"main" Java.lang.Error: unresolved compilation problem:
the method printf(String,Object[ ]) in the type printstream is not applicable for the arguments (String,int)at tutorial 19.App.main(App.java:11)
0 голосов
3 ответовАктуальное сегодня
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes