Question: Basic java please help QUESTION 1: Add code to ask user about the number of players (from 1 to 3) – use game.askForInt. Store the input in a variable numPlayers. QUESTION 2: Modify the code below to ask for players' names and add them to the ga

 

Question: Basic java please help  QUESTION 1: Add code to ask user about the number of players (from 1 to 3) – use game.askForInt. Store the input in a variable numPlayers. QUESTION 2: Modify the code below to ask for players’ names and add them to the game in a for loop (up to numPlayers iterations). String name = game.askForText(“What is player 0

This problem has been solved!

Basic java please help 

QUESTION 1: Add code to ask user about the number of players (from 1 to 3) – use game.askForInt. Store the input in a variable numPlayers.

QUESTION 2: Modify the code below to ask for players’ names and add them to the game in a for loop (up to numPlayers iterations).

String name = game.askForText(“What is player 0 name?”);

game.addPlayer(name);

name = game.askForText(“What is player 1 name?”);

game.addPlayer(name);

name = game.askForText(“What is player 2 name?”);

game.addPlayer(name);

QUESTION 3: Modify this part to ask questions and get answers in a for loop (up to numPlayers iterations)  

game.setCurrentPlayer(0);

String answer = game.askForText(q0);

if(a0.equals(answer))

game.correct(); //display “Correct”, increment score, change frame color to green

else

game.incorrect(); //display “incorrect”, change frame color of player to red

game.setCurrentPlayer(1);

answer = game.askForText(q1);

if(a1.equals(answer))

game.correct();

else

game.incorrect();

game.setCurrentPlayer(2);

answer = game.askForText(q2);

if(a2.equals(answer))

game.correct();

else

game.incorrect();

In this set of assignments

  

In this set of assignments you will exercise the object-oriented concepts of inheritance and polymorphism. Both questions are required.
 

This question is to be answered on “paper”. Please type your answer to each subpart into a word document (week7-q1.doc) and submit.
 

Consider the following definitions of classes.
 

public class Pet { }
 

public class Robot extends Pet {
public boolean strongerThan( Robot other ) {…}

}
 

public class HousePet extends Pet {
public String vetsName() {…}
}
 

public class Dog extends HousePet {
public Object fetch() {}

}
 

Note that in the code above the … indicates where there may be extra code which hasn’t been shown.
 

Given the following variable definitions
 

Pet pet;
HousePet housepet;
Dog dog;
Robot robot;
 

Indicate below which one of the following code snippets are legal and which are not legal by writing yes or no next to each code snippet. View each snippet in isolation (independent of other code snippets).
 

pet = dog;
dog = housepet;
housepet = (Dog) robot;
housepet.fetch();
((Dog) pet).fetch();
robot.strongerThan(pet);
robot.strongerThan((Robot) pet);
dog.vetsName();

Exp19_Excel_Ch04_CapAssessment_Rockville_Auto_Sales

 

Exp19_Excel_Ch04_CapAssessment_Rockville_Auto_Sales

 

Project Description:

You work for Rockville Auto Sales and have been asked to aid in the development of a spreadsheet to manage sales and inventory information. You will start the task with a prior worksheet that contains vehicle information and sales data for 2018. You need to convert the data to a table. You will manage the large worksheet, prepare the worksheet for printing, sort and filter the table, include calculations, and then format the table.

96% mark

Electronic innovation and the government

Find a peer-reviewed scholarly journal article discussing Electronic innovation and the government. Complete a review of the article by writing a 3-4 page overview of the article. This will be a detailed summary of the journal article, including concepts discussed and findings. Additionally, find one other source (it does not have to be a peer-reviewed journal article) that substantiates the findings in the article you are reviewing. 
You should use the UC library (https://www.ucumberlands.edu/library) and/or Google Scholar to find these types of articles (https://scholar.google.com/ )
Once you find the article, you will read it and write a review of it.  This is considered a research article review.
Your paper should meet these requirements: 

  • Be approximately three to four pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

Unit 3 DB: Database Implementation

1 page due Wed 

 A friend of yours is running his business on what is becoming a more complex linked spreadsheet.  He invited you to assess the situation and propose a solution.  After a thorough study, you have suggested that he start using a database.  How would you justify the use of a database?  He also asked you to explain what he called “buzz words” that are surging the IT field:  

  • What is the difference, in terms of functions and roles, between DBMS and SQL?  
  • Define and explain the difference between database, data warehouse, and big data?

In response to your peers, please fill in any gaps or add more detail to help support their answer, emphasizing the critical features and operations of the relational model and why it is the most popular database model. 

Data Analysis

 

the analysis of the data you’ve chosen. The assignment due this week is simply an outline/template for your final presentation in MS PowerPoint format.

You should prepare approximately 15 slides, outline below is suggested:

  • Cover Slide
  • Agenda
  • [Name of Your Data Set] (discuss the data chosen and who would benefit from this analysis)
  • [Visualization slides – at least 8-12 viz’] (display a screenshot of the viz created in Tableau – each of these slides should include not only the viz but also a brief description of it, the trend you’ve found or other important things you’ve found in the data – you will explain in greater detail when you record your presentation for the final submission)
  • [Data Set Dashboard – 1 dashboard] (this will be one dashboard displaying the most important viz’s you created. You will explain in greater detail the dashboard and how it could be used for the identified stakeholders of such data.)
  • Conclusion – based on your findings, what would next steps be to dig into an issue you’ve found, or interesting trends? Are there any predictions that could be implied based on your findings? These are just some questions to help you formulate your conclusion.

Usability Business Case Study http://www.id-book.com/casestudy_n_1.php

Usability Business Case Study

You have been assigned to one of four case studies as described in the syllabus. The files to the case studies are attached to this assignment by clicking the links. You must submit your deliverable in the drop box under the Assignments Folder. The assignment is due at 11:59pm on Sunday EST. The instructions are as follows:The assignment is worth 75 points. This is an individual deliverable. The assignment requires a 4-6 page review, not including cover page, abstract, and a reference page, of the business use case you have been assigned.Students who have last names begin with:

Answer the following questions:

  • Summarize the case study
  • Identify the study method used and why it was appropriate
  • Explore some of the qualitative or quantitative methods gathered.
  • Answer these two additional questions:
  • How would you conduct the study any differently?
  • Given the nature in the advance of technology, how do you foresee technology changing the way studies such as these are conducted in the future?