|
||
Identify the
main parts of the program
Write the initial stub to include all the parts
Compile and run to verify the correctness
Fix bugs if any
While whole program is not complete
Change the code to implement more logic
Compile and run to verify the correctness
Fix bugs if any
End while
Program complete
#include < iostream>
using namespace std;
int main()
{
cout