Posts by Kennedy Medeiros • 55 points
2 posts
-
2
votes1
answer2269
viewsQ: Using stack concept to invert words
I am doing a work of Algorithms and Data Structure, which uses the concept of stack to do the inversion of words. However, when I am compiling the program, it is pointing out some errors that I do…
-
3
votes2
answers594
viewsQ: Interest calculation
[Engelbrecht et al., 2012] Develop a program that receives from the user, the value of an application and the value of the initial interest rate. Whereas this interest rate increases 0.025% per…