I am in need of some help with a web project for class cis407A Web Application development class. I can not get my program to show the results I need was wondering if I would be able to get someone to help

I am in need of some help with a web project for class cis407A Web Application development class. I can not get my

program to show the results I need was wondering if I would be able to get someone to help

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

This is my code so far in visual studio. 

This is my code so far in visual studio.  I want the code to restart with enter student name instead of

terminating when the values entered produce an error. I think I need a while statement. If you could show me where it needs to be placed to start the while loop that would be helpful.

        static void Main(string[] args)

{

double points = 0;

string lastName;

string firstName;

Console.WriteLine(“Welcome to the Student Grade Calculator”);

Console.WriteLine(“Please Enter Students first name “);

firstName = Convert.ToString(Console.ReadLine());

Console.WriteLine(“Enter ” + firstName + “‘s Last Name “);

lastName = Convert.ToString(Console.ReadLine());

Console.WriteLine(“Enter ” + firstName + ” ” + lastName + “‘s” + ” Total Points Earned”);

points = Convert.ToDouble(Console.ReadLine());

 

 

 

if (points >= 900 && points <= 1000)

{

points = points / 10;

Console.WriteLine(“________________________________________________________________________________________________________________________”);

Console.WriteLine(“Student Grade Is ” + points + ” Great Job”);

Console.WriteLine(“student Grade is in 90 – 100 percentile  Student Letter Grade ‘A'”);

Console.WriteLine(“”);

Console.WriteLine(“********************Terminating program*********************************************************************************”);

Console.WriteLine(“Thank you for using the Student Grading Calculator”);

Console.ReadLine();

}

else if (points >= 800 && points <= 900)

{

points = points / 10;

Console.WriteLine(“________________________________________________________________________________________________________________________”);

Console.WriteLine(“Student Grade Is ” + points + ” Good Work”);

Console.WriteLine(“Student Grade Is In 80 – 90 Percentile  Student Letter Grade ‘B'”);

Console.WriteLine(“”);

Console.WriteLine(“*****************************Terminating Program************************************************************************”);

Console.WriteLine(“Thank You for Using the Student Grade Calculator”);

Console.ReadLine();

}

else if (points >= 700 && points <= 800)

{

points = points / 10;

Console.WriteLine(“___________________________________________________________________________________________________________________”);

Console.WriteLine(“Student Grade Is ” + points + ” Average Score”);

Console.WriteLine(“Student Grade Is In 70 – 80 Percentile Student Letter Grade ‘C'”);

Console.WriteLine(“”);

Console.WriteLine(“**********************************TERMINATING PROGRAM**************************************************************”);

Console.WriteLine(“Thank You for Using the Student Grade Calculator”);

Console.ReadLine();

}

else if (points >= 600 && points <= 700)

{

points = points / 10;

Console.WriteLine(“___________________________________________________________________________________________________________________”);

Console.WriteLine(“Student Grade Is ” + points + ” Below Average Score”);

Console.WriteLine(“Student Grade Is In 60 – 70 Percentile Student Letter Grade ‘D'”);

Console.WriteLine(“”);

Console.WriteLine(“********************************TERMINATING PROGRAM***************************************************************”);

Console.WriteLine(“Thank You For using The Student Grade Calculator”);

Console.ReadLine();

}

else if (points >= 0 && points <= 600)

{

points = points / 10;

Console.WriteLine(“_____________________________________________________________________________________________________________________”);

Console.WriteLine(“Student Grade Is ” + points + ” Failing Score”);

Console.WriteLine(“Student Grade is Below 60 Percentile Student Grade Is ‘F'”);

Console.WriteLine();

Console.WriteLine(“*********************************TERMINATING PROGRAM*****************************************************************”);

Console.WriteLine(“Thank You For using the Student Grade Calculator”);

Console.ReadLine();

return;

}

if (points < 0 || points > 1000)

{

points = points / 10;

Console.WriteLine(“____________________________________________________________________________________________________________________”);

Console.WriteLine(points + ” THIS IS NOT A VALID SCORE PLEASE RE-ENTER STUDENT SCORE”);

Console.WriteLine(“Thank You For Using the Student Grade calculator Program”);

 

}

Console.ReadLine();

}

}

  • }
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

which method will return the first element in an arraylist

which method will return the first element in an arraylist

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

I need a database solution for the attached documents.  This is the assignment: Using MySQL

I need a database solution for the attached documents.  This is the assignment:

Using MySQL, write the

statements to develop a physical model of your database by creating the tables and constraints based on your Task 1 logical model. Be sure to use your ERD and data dictionary and create all constraints appropriately.

Once your tables are created, you will populate them with data using MySQL statements to insert records into the database. You should insert a minimum of five records into each table and more where necessary to ensure that the data in the database is sufficient to allow for each of your reports to be tested.

The result will be a script file that includes statements to

  • DROP all tables;
  • CREATE all tables with constraints;
  • INSERT data into all tables; and
  • SELECT data from all tables to show the data in each table.

Name this file yourname_task2.txt.

Also create a Word document that shows the structure of each table and the data in each of your tables (copy and paste from MySQL). Name this file yourname_tables.docx.

Note that your deliverables each week include any revisions to a previous task.

Submit your Task 2 deliverable as a zip file including the following.

  • Task 0 proposal (with any revisions)
  • Your Task 1 ERD (with any revisions)
  • Your Task 1 DD (with any revisions)
  • Your Task 2 script file to create and populate tables (yourname_task2.txt)
  • A Word document showing all tables and data (yourname_tables.docx)

Place all documents for this deliverable in a separate zip file from your lab, and put it in the Week 5: Course Project Dropbox.

See the Syllabus section “Due Dates for Assignments & Exams” for due date information

CIS 336 COURSE PROJECT WEEK 3November 10, 2016Appliance PartsAppliance Parts is an online business focused on supplying the needs of appliance parts to itscustomers.It is structured to assist the consumers with finding and ordering parts online.Thebusiness is based on online part sales.The consumers are offered 5 different variations of brandsof parts based on their needs.The company is managed and used by –me- and will be sellingmany different parts.Haier, Whirlpool, Frigidaire, Samsung, and LG are the products that areoffered.All sales will be conducted online and payments will also be processed online with debitor credit card transactions.Ordered parts will be shipped out to the customers directly and nosales representatives will be required.The company will maintain inventory reports, salesreports, and order reports.
Background image of page 1
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"