write three program on menu driven programming with output
please its urgent please
Answers
Answered by
1
Answer:
Menu Driven Program Using Function Example 3
#include <iostream>
using namespace std;
void showChoices();
float add(float, float);
float subtract(float, float);
float multiply(float, float);
float divide(float, float);
int main()
Similar questions