Computer Science, asked by summu53, 9 months ago

write a program to print massages for the following output.
Assessment Test
Marks : "50"​

Answers

Answered by adith666
1

Answer:

If this is java, the answer is as follows: -

Explanation:

/**

*

*/

public class disp

{

   public void disp1()

   {

           System.out.println("Assessment Test"+ '\n' + "Marks :" "50"" );      

   }

}

This program is tested and the output is attached below :-

Attachments:
Similar questions