" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Verified answer
#include <iostream>using namespace std;
int main()
{
cout<<"0 5 10 15"<<endl;
cout<<"20 25 30 35"<<endl;
cout<<"40 45 50 55"<<endl;
return 0;
}