Computer Science, asked by emilsujith855, 4 hours ago

Write a C++ statement to display the following message Covid 19, Break the Chain​

Answers

Answered by arindammahajan2009
2

#include <iostream.h>

int main()

{

cout<<''Covid 19, Break the Chain;

return 0;

}

Similar questions