English, asked by theosophy1352006, 8 hours ago

write a C++ program to check whether the given number is divisible by 10 or not​

Answers

Answered by bhartiguptaa15
0

Answer:

C++ Program to Check if a Number is Divisible By Second Number

/*

* C++ Program to Check if a Number is Divisible By Second Number.

#include<iostream>

using namespace std;

int main()

{

int first, second;

cout << "Enter the numbers : ";

Similar questions