how do i write in cpp Program to enter an integer and print if it is prime or composite
Hello friends, Welcome to your Techgsr.co blog. And today in this article we will learn about how do i write in cpp Program to enter an integer and print if it is prime or composite .So let’s go to our topic #include <iostream.h> #include <conio.h> #include <process.h> void main() { clrscr(); int num1,x; cout << “Enter an … Read more