Hello,

I need help with this code please.

I want to make this do:
1. when i press Q it will ...

Code:
#include <iostream>
#include <cctype>
#include <cstdlib>
#include <iomanip>


using namespace std;


int main()
{
char choice='Y';

int order = 1;

float num1=0, num2=0, num3=0, num4=0, num5=0,
...