Answer to Question #255152 in C++ for Jagan

Question #255152
Define a class BOOK with the following specifications: PRIVATE DATA MEMBERS: BNO integer type BOOKTITLE 30 characters COPIES integer type PRICE float type AMOUNT float type
1
Expert's answer
2021-10-22T05:07:30-0400
#include<iostream>
using namespace std;
class BOOK{
	private:
		int BNO;
		char BOOKTITLE [30];
		int COPIES;
		float PRICE, AMOUNT;
};


int main(){
	
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS