Write a program in JAVA to enter a number and check if it is an ISBN number or not.
Answers
Answered by
1
Answer:
//import required classes and packages.
import java.util.*;
import java.io.*;
import java.util.Scanner;
//create ISBNNumberExample class to check whether the given number is a valid ISBN or not.
plz mark me brainlest.
class ISBNNumberExample {
static boolean checkISBNNumber(long number)
Answered by
0
Answer:
pata nahi sorry
Similar questions
India Languages,
12 days ago
Math,
12 days ago
Biology,
26 days ago
English,
8 months ago
Math,
8 months ago