हिंदी

Predict the output of the following code snippet: char ch='B'; char chr=Character.to.LowerCase(ch); int n=(int) chr-10; System.out.println((char)n+"\t"+chr); - Computer Applications

Advertisements
Advertisements

प्रश्न

Predict the output of the following code snippet:

char ch='B';
char chr=Character.toLowerCase(ch);
int n=(int)chr-10;
System.out.println((char)n+"\t"+chr);
एक शब्द/वाक्यांश उत्तर
Advertisements

उत्तर

X  b

shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2024-2025 (March) Specimen Paper

संबंधित प्रश्न

Give the output of the following code:

String P = “20”, Q = “19”,
int a = Integer .parselnt(P);
int b = Integer. valueOf(Q);
System.out.println(a+””+b);


State the data type and value of res after the following is executed:
char ch = ‘t’;
res=Character. toUpperCase(ch);


int res = ‘A’; 

What is the value of res?


State one difference between the floating point literals float and double.


What is the data type returned by the library function?
compareTo()


Give the output of the following code.

String A = "26.0", B= "74.0";

double C = Double.parseDouble(A);

double D = Double.parseDouble(B);

System.out.println((C+D));


Predict the output of the following code snippet: String P = "20", Q = "22";

int a = Integer.parseInt(P);

int b = Integer.value0f(Q);

System.out.println(a + " " + b);


What is the method to check whether a character is a letter or digit?


A student is trying to convert the string present in x to a numerical value, so that he can find the square root of the converted value, However the code has an error. Name the error (syntax/logical/runtime). Correct the code so that it compiles and runs correctly.

String x="25";
int y=Double.parseDouble(x);
double r=Math.sqrt(y);
System.out.println(r);

Define a class to accept a string and convert the same to uppercase, create and display the new string by replacing each vowel by immediate next character and every consonant by the previous character. The other characters remain the same.

Example: Input: #IMAGINATION@2024

                Output: #JLBFJMBSJPM@2024 


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×