I want to make a console application so need to do some programs
Odd-Even, Prime or Not Prime, Fibonacci Number, Etc...
I want to make a console application so need to do some programs
Odd-Even, Prime or Not Prime, Fibonacci Number, Etc...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajesh GamiPosted Jul 26, 2022, 9:29 AM
Rijwan AnsariPosted Jul 27, 2022, 5:55 AM
Pushpendra ShuklaPosted Jul 27, 2022, 4:19 AM
Rajesh GamiPosted Jul 26, 2022, 9:32 AM
Peter CruisePosted Jul 26, 2022, 9:31 AM
Amit MohantyPosted Jul 26, 2022, 9:27 AM
Odd-Even
https://www.c-sharpcorner.com/code/412/program-for-odd-even-numbers-in-c-sharp.aspx
https://techstudy.org/csharp/write-csharp-program-to-check-even-or-odd-number-using-switch-case/
Prime or Not Prime
https://www.c-sharpcorner.com/blogs/check-a-number-is-prime-number-or-not-in-c-sharp1
https://www.javatpoint.com/prime-number-program-in-csharp
Fibonacci Number
https://www.c-sharpcorner.com/blogs/fibonacci-series-in-c-sharp-console-application
https://www.c-sharpcorner.com/UploadFile/19b1bd/calculate-fibonacci-series-in-various-ways-using-C-Sharp/
Palindrome or not
https://www.c-sharpcorner.com/blogs/program-to-check-whether-a-string-palindrome-is-or-not1
https://dotnettutorials.net/lesson/palindrome-program-in-csharp/