Computer Science, asked by sowhardyamandal, 8 months ago

1) WAP to print school name and your name using C++.​

Answers

Answered by anuragmukherjee74
2

Answer:

HI BRO,

I AM SENDING U A PROGRAM THAT HIW TO PRINT YOUR SCHOOL IN BLUEJ AS I HAVE FORGOT C++

PROGRAM

public class school

{

public static void main(String args[])

{

System.out.println("SCHOOL NAME=ABC SCHOOL");

}

}

Answered by Anonymous
4

Write programs called PrintPatternX. cpp (where X from A to D ) to print EACH of the following patterns. Use one " cout << " for each line of outputs. End each line by printing an " endl ". ...

Print the above patterns using ONE " cout << " statement.

Similar questions