Ask a Question | Answer a Question! |
Submitting your question...
ResFinder - Thousands of Practice Papers
So if I make a syntax error how do I correct it? For eg taking a variable as int when it clearly should have been float.
Strike the whole? With a pen / pencil?
I'm among those clumsy ones. Errors are highly probable |
|
asked by Isha Choudhury (dessicatedcoconut) 5 years ago |
2 |
What is other name of Method Arguments . Read it somewhere in Prelims paper |
|
asked by Ansh Anand (teleansh) 5 years ago |
1 |
+ 3 more questions by teleansh
Return type of rint() |
|
asked by Ansh Anand (teleansh) 5 years ago |
3 |
2018 Marking Scheme says toUpperCase returns value in character but it returns in string |
|
asked by Ansh Anand (teleansh) 5 years ago |
2 |
Can we use if inside else: (works fine but is it correct way)
if (str.charAt(i) != ' ')
{
wrd = wrd + str.charAt(i);
len ++;
}
else
{
if(len > longest)
{
longestword = wrd;
longest = len;
}
wrd = "";
len = 0;
} |
|
asked by Ansh Anand (teleansh) 5 years ago |
1 |
According to the syllabus,
Only right-angled triangles' output questions for section B programs??
For patterns |
|
asked by Ashish Mathew (ash_matt) 5 years ago |
1 | + 1 more questions by ash_matt
In switch case,brackets are necessary for each case?
switch(var)
{
case 1:
{ //1
System.out.println("good");
break;
}//2
}//ends switch
Are 1 and 2 needed? |
|
asked by Ashish Mathew (ash_matt) 5 years ago |
2 |
|
All da best guyzz.
Exam mein phod dalenge. |
|
asked by SId m (siddhant03) 5 years ago |
1 |
Path=s.substring(0,s.lastIndexOf("\")); This gives me unclosed string literal error .what's wrong ? |
|
asked by Aditya Dungrani (chickezz5) 5 years ago |
2 |
Q. WAP to score 100 in computers.
Soln. Keep calm and remember the semicolons.
All da best guys and girls, smash that paper!
Yours truly,
"Uncle' (ugh) Sam (Saksham) |
|
asked by ... (sam307) 5 years ago |
3 |
Difference between s.length and s.length() ?? |
|
asked by Harjas Bajaj (jammy229) 5 years ago |
4 |
two differences between variable declaration and initialization pleasseee
URGENT |
|
asked by Agrajah Bhobe (iron_man98) 5 years ago |
1 |
|