Write a C++ statement to display the following message Covid 19, Break the Chain
Answers
Answered by
2
#include <iostream.h>
int main()
{
cout<<''Covid 19, Break the Chain;
return 0;
}
Similar questions