InterviewSolution
Saved Bookmarks
| 1. |
Write a program to find the factorial value in automation anywhere |
|
Answer» #INCLUDE < stdio.h >int main(){ int N,i=1,s=1;scanf("%d",&n);while( n < =0 ){s=s*i; i++;if( s==1 ) break;} if( ) printf("yes");elseprintf("no"); return 0;}I HOPE It HelpsPlz MARK As BRAINLIEST |
|