Computer Science, asked by Hilal3578, 1 day ago

Write a c++ program to display " stay home stay safe "

Answers

Answered by umer1234
0

Answer:

#include <iostream>

using namespace std;

int main()

{

   cout<<"Stay Home Stay Safe";

   return 0;

}

Here I hope this works :)

If it does click the heart button and mark me brainliest :)

Similar questions