Computer Science, asked by chazavd, 1 month ago

A shop sells 10 mangoes for Rs 50. Write an algorithm to take the number of
mangoes purchased by the customer as input and print the amount payable by the customer.

Answers

Answered by Anonymous
10

Answer:

hun and then you should have to get back in time I can you give us 7

Explanation:

mmm

Answered by profdambaldor
0

Answer:

Explanation:

#include <bits/stdc++.h>

using namespace std;

int main()

{

int n;

cin>>n;

cout<<n*5<<endl;

return 0;

}

Similar questions
Math, 26 days ago