Write a c++ program to display " stay home stay safe "
Answers
Answered by
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