Hey there guys,
So for school in SDD I've been given a task and it goes as follows; design a class called Book that will receive the ISBN, author, title and price of a book.
I've been struggling quite a bit with this, and I can't quite figure out how to get the author and title into the class' attributes. I tried using the data type "char" but every time I'd use a space it'd ask for ";" So I was just wondering if there was a data type that would allow me to just type the Author's name and the title of the book.
I'm sorry if this isn't very well articulated, I'm not very skilled with Greenfoot.
Cheers,
Alex

