Computer Science, asked by tanishapaul1340, 10 months ago

Write a program to input a four digit number and check the number is tech digit or not​

Answers

Answered by Anonymous
9

Explanation:

Write a program to display a number whose digits are 2 greater than the corresponding ... int main() { int n; cout<"Enter a 4 digit number:"<<endl; cin>>n; int first= n/1000+2; n=n%1000; ... printf("Type any 4-digit no.

Answered by Anonymous
0

Explanation:

there is a program that is used to display for input into a 4 digit number and it is a check digit...

Similar questions