Courses
Log inStart Learning AI
Courses
Log inStart Learning AI

Q&A Discussions

//how do i fix this?
java
0 Votes
4 Answers
30th Jun 2017, 11:39 AM
Abhishek Minz
Abhishek Minz - avatar
//how do i fix this?
java
0 Votes
1 Answer
30th Jun 2017, 11:35 AM
Abhishek Minz
Abhishek Minz - avatar
//How to call the function "yearOfBirth" person.yearOfBirth //or person.yearOfBirth()
box-shadowjavajavascriptpython
2 Votes
2 Answers
24th Mar 2020, 3:06 PM
Ajit Kumar Jena
Ajit Kumar Jena - avatar
hOW DO I PUT A LOGO RIGHT NEXT TO THE TITLE OF MY CODE IN THE TOPMOST PART OF THE WEB BROWSER.
//how
0 Votes
4 Answers
20th Dec 2020, 5:26 AM
Madubuike David
Madubuike David - avatar
#include <iostream> using namespace std; int main() { int b[]; int i=0,sum=0; while(cin>>b[i]) {sum=sum+b[i]; i++;} cout<<sum<<endl; }//what is wrong in this code //how can I take multiple inputs into an array //I want to take unknown no. Of inputs
c++
0 Votes
4 Answers
16th Sep 2016, 5:21 PM
prasanth pra
prasanth pra - avatar
is there a way I can store all the values of x in this short code without having to display them using cout? int main() { for (int x=0; x<5; x++){ //how do i store the all the values of x without having to display them?// }
c++
3 Votes
5 Answers
24th Dec 2016, 4:22 PM
Cody Arthur
Cody Arthur - avatar
Hot today
Ai generated practices
2 Votes
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
1 Votes
Solving coding challenges
2 Votes
Changing String Variables into int in C++
0 Votes
I am new
1 Votes
Fill in the blank to declare a static variable.
0 Votes
Advertising in Sololearn
0 Votes
Programming Language
0 Votes
RUST'S FUTURE
1 Votes
What are the advantages and disadvantages of using let vs var when declaring variables in JavaScript?
0 Votes