Ticker

6/recent/ticker-posts

JAVA week 2 Program question 5

public class Question25
{
    public static void main(String[] args)
 { 
//Declare variable with name 'nptel', 'space' and 'java' and proper datatype.

String nptel,space,java;


//Initialize the variables with proper input
nptel="NPTEL";
space=" ";
java="JAVA";

Post a Comment

0 Comments