Preview

Grading System

Satisfactory Essays
Open Document
Open Document
825 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Grading System
PROJECT IN
PROGRAMMING IV

(RANDOM GAME)

Submitted by:
BSCS – 3D
Escanillas, Krystal Marie M.
Romero, Brohnson D.
Serio, Rommel F.
Tajan, Jesulunar D.
Torres, Keisha Ann J.

Submitted to:
Prof. Espiritu

Date Submitted:
27th August, 2013

Imports System.IO
Module Module1 Dim PLAYER As Double Dim F, L, name As String Dim view As String Dim autonum As Integer = (PLAYER <> autonum = 0) Dim win As String = "WIN" Dim battle As String = "BATTLE DRAW" Dim input As Double Sub Main() Console.ForegroundColor = ConsoleColor.Yellow Console.WriteLine("--------------------------------") Console.WriteLine("1-ADD NEW PLAYER") Console.WriteLine("2-START THE GAME") Console.WriteLine("3-VIEW ALL LIST") Console.WriteLine("4-HISTORY") Console.WriteLine("5-EXIT") Console.Write("CHOOSE: ")

Dim choose As String = Val(Console.ReadLine) Console.Clear()

Select Case choose Case 1

Console.WriteLine("----------------------------") Console.WriteLine("LASTNAME: ") L = (Console.ReadLine) Console.WriteLine("FIRSTNAME: ") F = (Console.ReadLine) name = (L & "," & F) Dim file As New StreamWriter(".\namesofchallengers.text", True) file.WriteLine(INUMBERMO & name) Console.ReadLine() file.Close()

Case 2

Console.WriteLine("------------------------------") Console.WriteLine(" LIST OF PLAYER ") Console.WriteLine(“------------------------------") Dim LIST As New StreamReader(".\namesofchallengers.text") Dim intloop As Integer = 1 'Dim view As String = LIST.ReadToEnd

You May Also Find These Documents Helpful

  • Satisfactory Essays

    This student’s assignment prompts the user to enter a word. I see the prompt output on the screen at the beginning of the program.…

    • 204 Words
    • 1 Page
    Satisfactory Essays
  • Better Essays

    2. Create a Windows application that contains a button labeled OK and a textbox labeled Name. Change the…

    • 1713 Words
    • 7 Pages
    Better Essays
  • Good Essays

    5) If the user guesses the word incorrectly the program will repeat itself three times allowing the user to have three attempts to guess the Removal Word correctly. However, if the user hasn’t guessed the word correctly the game will fail to conclude and an appropriate ‘fail’ message will be displayed.…

    • 553 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    ITIS 1P98 Assignment2

    • 1999 Words
    • 8 Pages

    1. Submit the MSWord file with all of the answers to the questions in sentence format.…

    • 1999 Words
    • 8 Pages
    Powerful Essays
  • Satisfactory Essays

    In the Alpha column, use a function to pull just the first letter of text from each record in the Student Name column…

    • 432 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    2. Research this culture using the Ashford University Online Library. Please identify and use a minimum of three…

    • 762 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    * Type in 30 "Student" names. Make sure they are arranged alphabetically. Feel free to choose your own names!…

    • 788 Words
    • 4 Pages
    Powerful Essays
  • Good Essays

    Plus Minus Grading

    • 521 Words
    • 3 Pages

    Harriot Dixon, an Adjunct professor at Troy University in Montgomery, Alabama, is an expert in the department of kinesiology and health promotion. He writes a journal article on the student and faculty perspectives of the newly implemented plus/minus grading system and introduces a various amount of perceptions to the transition’s impact.…

    • 521 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Professor Karen Reynolds teaches calculus at High Desert University in Tempe, Arizona. The class has 220 students who are distributed among dozens of sections and discussion groups. Professor Reynolds wants to use Excel to determine the appropriate cutoff points for her grading curve. Generally, she wants to set the cutoff points so that the following distribution of grades is observed in the student body:…

    • 904 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    Connect 4 in C++

    • 4604 Words
    • 19 Pages

    The game of connect 4 consists of two players that take alternate turns to drop counters into a grid. There are two styles of counter so that each player has their own. The grid is a 7 by 7 table making a total of 49 elements. The object of the game is for the first player to make a straight line of 4 matching counters in any direction.…

    • 4604 Words
    • 19 Pages
    Powerful Essays
  • Powerful Essays

    Fair Grading Practices

    • 3125 Words
    • 13 Pages

    Reeves, D.B. (2004). The Case Against the Zero. Phi Delta Kappan, Vol. 86, Issue 4, p. 324+.…

    • 3125 Words
    • 13 Pages
    Powerful Essays
  • Satisfactory Essays

    Variable and Meal Price

    • 1236 Words
    • 9 Pages

    5.) When an argument is passed by reference, the module can modify the argument in the…

    • 1236 Words
    • 9 Pages
    Satisfactory Essays
  • Satisfactory Essays

    CMIS102 Homework1

    • 703 Words
    • 3 Pages

    The task at hand is to design a program, using pseudocode, which will calculate the square feet of a house with no more than four rooms. It must be additionally assumed that each of these rooms is rectangular. The required output is the accurate calculation of the aggregate square footage of these rooms. The required input to arrive at this output is the length and width of each of the rooms, the multiplication of each individual room length and width, and the sum of the combined multiplication results. The required output will be obtained through proper declaration of each variable, which consists of multiple floating point values. For my analysis the length of a room will be represented as L plus a number to identify the room, such as L1. The width will similarly be represented as W1, and the area, or length times width, as A1. The resulting output, or sum of all A values, will be calculated. The following is a list of the required input and resulting output.…

    • 703 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    xxxxxxxx

    • 509 Words
    • 3 Pages

    emp[2] = new Hourly("Kate", "Perry", 'F', 0, 75, 25, new Benefit("Partial", 3000, 8), "part time");…

    • 509 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Honda Mission & Vision

    • 630 Words
    • 3 Pages

    Source Code: Option Explicit …………………………… ……………………………………………………. Private Sub Form_Load( ) Me. Lable1.Caption = “Value1” Me. Lable2.Caption = “Vlaue2” Me.txtValue1 = “” Me.txtValue2 = “” End Sub ………………………………

    • 630 Words
    • 3 Pages
    Satisfactory Essays