Ask a Question | Answer a Question! |
Submitting your question...
ResFinder - Thousands of Practice Papers
what does library function valueOf() mean |
|
asked by Adithya Kannan (adiketh198) 8 years ago |
1 |
+ 4 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 |
//this my program plz tell me the errors
import java.util.*;
public class tnaminatina
{
public void check()
{String a="",b="";
Scanner sc=new Scanner(System.in);
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);
b=b.toUpperCase();
System.out.println(b);
b=b.trim();
for(int i=0;i96&&b.charAt(i)<=122)
c=(char)b.charAt(i)+32;
else
if(b.charAt(i)>64&&b.charAt(i)<=90)
c=(char)b.charAt(i)-32;
}
System.out.println(b);
}
} |
|
asked by Adithya Kannan (adiketh198) 8 years ago |
2 |
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 |
Program - 10 Marks, VD - 3 Marks, Comments - 2 Marks.
Also, In Comp Exam, Instruction is Given on the Question Paper:
Each program should be written
using Variable descriptions/Mnemonic Codes such that the logic of the program is
clearly depicted.
So Please Write VD and Comments, or Lose 5 Marks. |
|
asked by Oof. (eash13) 8 years ago |
2 |
Is it necessary to write comments? 'Cause I've never done it in school, nor have I been told to do so. |
|
asked by Lord Roshan the Great (lordroshan) 8 years ago |
1 |
|