English, asked by MalayaDhal, 26 days ago

Write a program in JAVA to enter a number and check if it is an ISBN number or not.​

Answers

Answered by manyatasharma458
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 shobit9797
0

Answer:

pata nahi sorry

Similar questions