String message= "Hi";
Void user1()
{
Cout<<message;
}
Void user2()
{ cout<<message;
}
Int main()
{
User1();
User2();}
It's prints function user1 and user2 . I want to run user1 again after user 2 () function
Better to use these function call in while loop it's repeat until u press some keywords
Anonymous
BinaryByter
Francisco
klimi
Dima
Nizor.cpp