Posts by Alexandre lopez • 21 points
3 posts
-
1
votes0
answers29
viewsQ: How do you count the stock of monetary values
Hello, I’m trying to perform a program in which, you have to ask the user to enter a monetary value( random ) and let be displayed on the screen the amount of banknotes and coins of each type…
casked Alexandre lopez 21 -
0
votes0
answers44
viewsQ: how to make a program in which a monetary value is entered and displayed on the screen the amount of banknotes and coins of each type will be used
Hello, I’m trying to perform a program in which, you have to ask the user to enter a monetary value( random ) and let be displayed on the screen the amount of banknotes and coins of each type…
casked Alexandre lopez 21 -
0
votes2
answers364
viewsQ: How to calculate the number of times a word appears within a sentence
I’m trying to create a code in which I have to count the number of times a word appears within a sentence, but after a lot of searching and searching about, I can only find codes that use the fgets…