Computer Science, asked by notsomeoneyouknow, 5 months ago

b)fill in the blank spaces:
class S2 {
static______function2(){
char x = 'a';
return x;
}
public static void main()
{
char ans;
int x = 5;
ans = function2();
System.out.println(ans);
x += ans,
System.out.println(x);
Output :
_______


I'll mark as brainliest whoever answers this question correctly!!!​

Answers

Answered by arjunbhasin19788
0

Explanation:

you can find from google.

Similar questions