I started learning C two weeks ago, and I'm feeling doubtful
Q12. Write a program that evaluates an expression:
Enter an expression: 1+2.5*3
Value of expression: 10.5
The operands in the expression are floating-point numbers; the operators are +, -, *, and /.
The expression is evaluated from left to right (no operator takes precedence over any other operator).
I'm totally new to programming and C is my first programming language. I've been following KN King's book-"C programming: A modern approach", and honestly, some projects are overwhelming for me. I'm almost done with chapter 7 and I struggle to do some questions. I terribly fail to do them. I think when questions involve nesting loops or nesting if, I don't feel comfortable with it. I was doing the above question, and tbh I've lost confidence in my progress and I'm feeling as if I didn't study deep enough, because I hear people say that this is a beginner book and I feel that it shouldn't be that tough. So I'm kinda doubtful about my progress, whether I'm unable to solve because of my incapability or the questions are genuinely troubling. I'd appreciate if you could advice me whether I should keep going or restart from a certain point.