Ask a Question | Answer a Question! |
Submitting your question...
ResFinder - Thousands of Practice Papers
System.out.print((false)?'a':66); // how is it printing B and not 66? can anybody explain... |
|
asked by Ishanuj Hazarika (ishanuj99) 8 years ago |
2 |
If anyone gets a different n twisted prpgram plz share.. |
|
asked by Game R (future_engg) 8 years ago |
0 |
what does library function valueOf() mean |
|
asked by Adithya Kannan (adiketh198) 8 years ago |
1 |
+ 2 more questions by adiketh198
//complete program
import java.util.*;
public class tnaminatina
{Scanner sc=new Scanner(System.in);
public void check()
{String a="",b="",w="";
System.out.println("enter sentence");
String s=sc.next();
System.out.println("enter sentence");
String g=sc.next();
System.out.println("enter sentence");
String d=sc.next();
a=s.concat(g);
b=a.concat(d);
System.out.println(b);
for(int i=0;i |
|
asked by Adithya Kannan (adiketh198) 8 years ago |
2 |
//answer to my query solved by my friend
import java.util.*;
public class tnaminatina
{Scanner sc=new Scanner(System.in);
public void check()
{String a="",b="",w="";
System.out.println("enter sentence");
String s=sc.next();
System.out.println("enter sentence");
String g=sc.next();
System.out.println("enter sentence");
String d=sc.next();
a=s.concat(g);
b=a.concat(d);
System.out.println(b);
for(int i=0;i |
|
asked by Adithya Kannan (adiketh198) 8 years ago |
1 |
please answer the question in the comment |
|
asked by Anu krishna (anukrishna) 8 years ago |
3 |
please tell me the logic behind the series 1, 11, 111, 1111 , n terms
PS : I don't need the whole program |
|
asked by Bhavana (mpc123) 8 years ago |
1 | + 1 more questions by mpc123
https://souvikdast.wordpress.com/ .
Very nice website for programs! :) |
|
asked by Bhavana (mpc123) 8 years ago |
1 |
|
Ans pls tommrow i need to fill this in my friends slam book:-
What do u mean by
1)i love to hog on
2)i detest
3)i go bonkers about
4) my biggest assets
5)i fancy love as |
|
asked by Chirayu Rai (chirayurai) 8 years ago |
2 |
What are the comments all are talking about in the programs? someone give me an example and write such a comment? |
|
asked by Vijay Kr
(krvijay28) 8 years ago |
1 |
|