Is there a picture????????
(9m - 6)7
(9m × 7) - (6 × 7)
63m - 42
im not sure to be exact , but i think its england. i have done an assignment in the past and that was the awnser.....hope i help
Answer:
Explanation:
The following is written in C and creates a structure declaration named savingsAccount and adds all of the values into it as defined in the question.
struct savingsAccount {
char AccountNumber[] = "";
double AccountBalance;
double InterestRate;
double AverageMonthlyBalance;
}