For this assignment you will be designing and creating a database for Coastal Pu
ID: 3735701 • Letter: F
Question
For this assignment you will be designing and creating a database for Coastal Publishing. The publisher has been using a primitive method to keep track of Authors, their Agents, Books, and their Editors, so they have hired you to help create a database to hold the appropriate information. They have already contracted the creation of the following ER diagram that will serve their needs: BookGenre (O (AthorName) AuhonoAUTHOR BOOK BookNumPages Edts AgetiD EDITOR(Edtoriame ) AGENT Mentor Mentors Part 1: EER Diagram Begin by using MySQL's Workbench to create the EEFR Diagram that corresponds to the ER Diagram above. Be sure to name your schema CoastalPublishing. Save the image of your EER Diagram for submission, and give it the name CostalPublishingEER.Explanation / Answer
CODE:
public class Demo {
public static void main(String[] args) {
int num = 10, count = 1, total = 0;
while(count <= num)
{
total = total + count;
count++;
}
System.out.println("Sum of first 10 natural numbers is: "+total);
}
}
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.