Skip to content

Explore a collection of projects I've crafted using the powerful C and C++ programming languages. Dive into the world of low-level system programming, high-performance applications, and software development as you browse through this repository.

Notifications You must be signed in to change notification settings

vivekisreddy/Prime-Number-Program-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

README.txt
Name: Vivek Reddy Kasireddy 
Date: 1/13/2023 

This is a basic program that checks if a number inputted by the user is a prime value 
or not. The program uses for-loop iteration to loop through all of the numbers and 
checks whether a number is prime or not. For saving and compling the 
program file I inputted cd '.\Desktop\Term C\CS_2303_Projects\Homework\Homework 0\' into
the terminal which saved it to my computer disk. Then I inputted gcc .\prime_number.c
which complied the program with GCC and then inputted and gcc -Wall filename.c to check for warnings.
Finally inputted \a.exe to run my code. 


The logic and writing of this code was entirely done by me but I have discussed with 
Jahnavi Prudhivi, and Aishwarya Silam with ideas and brainstroming. I also went to office 
hours with Proffessor Mortensen to discuss about my code and for the logic, and resolve 
any problems I had while running my program. Proffessor Mortensen has suggested me to save 
my program and complie the code properly to make sure it works accordingly.

About

Explore a collection of projects I've crafted using the powerful C and C++ programming languages. Dive into the world of low-level system programming, high-performance applications, and software development as you browse through this repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages