# Introduction In this lab, you will learn how to write a C++ program to check whether a given number is a prime number or not. A prime number is a number that is only divisible by 1 and itself. It is an important concept in number theory and has many important applications in cryptography.
Click the virtual machine below to start practicing