0
can i use all the loop and function together to create a program?
Not getting any idea to use functions and loops together
4 Answers
+ 3
yes you can use both at a time try a factorial program with recursion and without recursion then you will understand the usage of functions and also loops
+ 2
Can I use all the loops together like
Switch(){//statement
If(power>23)
}
+ 1
what is the problem in that ? no problem
+ 1
Thanks