Q&A Discussions
Search
Search
Ask a question
Ask a question
int i =2; System.out.println ((i++)+(++i)); //why output is 6..i think output 7;
java
1 Votes
3 Answers
12th Aug 2020, 10:49 PM
Mohammed Ba tis
Plz explain this. " firstDay = (2 + numDays) % 7; firstDay;"
first-day-month
0 Votes
5 Answers
14th Apr 2018, 3:56 AM
Tanha Badal
__ (int x = 0; ___ < 7; x++) { cout << "in a loop" << endl; }
c++
-3 Votes
10 Answers
16th Sep 2016, 5:56 AM
Nurul Azizah
int m= 10; int n = 7; while (m%n >0){ System.out.println(m +""+n); m++; n+=2; }
java
0 Votes
4 Answers
8th Sep 2021, 6:59 AM
Asmit Choudhary
int x = 25 % 7; cout << x; /// why the output is 4 ??
c
c++
1 Votes
2 Answers
26th Mar 2017, 1:51 AM
Gilang Rizki
Why( var a = 7;, var b = 7; )a===b is false & (var c = a; )a===c is true. Having problem to understand JavaScript reference type
javascript
refererencetype
3 Votes
9 Answers
3rd Jul 2020, 5:31 AM
Gone
#include <iostream> using namespace std; int main() { int num = 7; while (num > 6) { cout << "Number: " << num;
loops
0 Votes
3 Answers
25th Apr 2018, 6:22 AM
Aditya Mehta
Increment question
;
+
=
$x
$x++
2
7;
echo
2 Votes
1 Answers
8th May 2019, 5:24 PM
Charles Nduka
Ask a question
Ask a question
Hot today
I have a doubt that when we upload JavaScript code in the js editor then why js is not working in sololearn.
2 Votes
What's wrong? :(
1 Votes
Why won't my image display
0 Votes
Is there any one who can help me with code
1 Votes
Something is wrong with my code... [Answered thank you.]
0 Votes
Need help with understanding malloc & realloc
1 Votes
Whts wrong with this password validation probelm
2 Votes
How the answer is 50?
0 Votes
Do people memorize the whole code?
1 Votes
Number of Ones ( C++ ) question!
1 Votes