Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Question 1
#include <iostream > Using namespace std Int main () { Int n; Cout <<"Enter positive integer" ; Cin>>n If(n>3 & & n>9) Int fact=1; For(Int i=1 ;i<=n;i++) [ Fact=fact (*) ; ] Cout<<"factorial :<<fact" <<end! ; Else if (n>3//n>9)[ Cout<<"invalid input number!" <<end! ; ] } Return0 ;
run
|
edit
|
history
|
help
0
code
Big O Notation array problem
a
Trapping rain water problem
HotelVec
ContainerVector
A number is prime or not
inorder traversal
Compare boost optional with the actual value
Varadic macro