Display Grade Based On Points?
Mar 1, 2010
I have a homework assignment to code an application that allows the Prof to display a grade based on the numnber of points he enter. The grading scale is : 0-299 -F; 300-349- D; 350-399- C; 400-449- B; 450-500- A. We are to store the minimum points in a 5 element one dimensional Integer array name intPonts and store the grades in a 5 element one dimensional String array name strGrades. The arrays should be parallel arrays. The procedure should search the intPoints array for the number of points entered by the user and then display the corresponding grade from the strGrades array.
I have stored the minimum points and grades in a one dimensional integer and string array respectively. I have coded the program, and when I put in random points, it gives me the letter grade. For example, if I put in 376 it will display a "C"; if I put in 200, it will display an "F". However, if I put in anything over 449, it will NOT display an "A", it just leaves the lbl blank. I am stumped on how to get the code to read pass 449 points.
here is my code:
' Name: Carver Project
' Purpose: Displays a grade based on the number of points the user enters
' Programmer: <Paul J. Williams> on <February 27, 2010>
[code]....
View 6 Replies
ADVERTISEMENT
Nov 1, 2011
I need to display a grade based on the number of points entered. store the min and grade in a 2d array here's my code that I have currently:
Dim strGrade(,) As String = {{"0", "F"},
{"300", "D"},
{"350", "C"},
[code]....
View 12 Replies
Jan 23, 2012
Well I have a list of things I want to search based on multiple points of data...for example Resolution, 3D capable, touchscreen capable....etc....What is the best way for display someone can think of & filtering results by capability, I have none of it typed out, etc...like list of objects & capabilities, etc... alreat...so it can be made any way that is thought to be good(with speed as well) for many different listings...say 1,000 of them & it filters pretty much instantly....reading capabilities & such & the list itself is easy but how can I make a filter(unchecking something brings back things, checking something takes away only since well your adding capabilities to filter selection....I have pictures that can go with items too as well as a name & more information could be given directly with the method or clicking on the picture/item.
View 13 Replies
Nov 19, 2010
I need someone with patience and can go through a solution with me from the Clearly Visual Basic book. I'm good with computers and can usually learn things relatively fast on my own time and in my own way, but I'm going to school for computer programming and, with certain things, I learn better with things explained to me rather than reading from a book. If someone has the time to go over this solution I'm doing and explain it to me in a way I'd have a better chance of understanding, I'd be truly grateful. I need a tutor, for lack of a better word. The lab I'm doing is from the Clearly Visual Basic book and the instructions are:
Code an application that displays a letter grade based on the averages of three test scores. Code the application using a function to determine and return the letter grade. If the average is at least 90, the grade is A. If the average is at least 80 but less than 90, the grade is B. If the average is at least 70 but less than 80 the grade is C. If the average is at least 60 but less than 70, the grade is D. If the average is below 60, the grade is F.
[Code]...
View 17 Replies
Nov 21, 2010
I have coded this not sure how to get it to display correctly to the lblGrade box. I have set it up for. Supposed to take the average of three grades and display the letter grade for the average of the three grades.
Here is the code
Public Class frmMain
Private Function CalculateGrade _
(ByVal txtTest1 As Decimal, ByVal txtTest2 As Decimal, _
ByVal txtTest3 As Decimal) As String
Dim AverageScore As Double
[Code] .....
View 8 Replies
Feb 1, 2010
Is there any way to have my code display the min and max grade without having to re due most of it?
View 2 Replies
Jul 30, 2011
I have the following fields in my table:
English
Math
Science
Computer
[code].....
How do I get to display only the students records with a grade 85 and above in all subjects?
View 14 Replies
Apr 14, 2012
Haveing troubles with an assignment. I am writting code that will allow user to enter a score and the program returns a grade based on the score entered. I can get it to work using "IF" statements but want to use code for ranges. My "IF" code is as follows.......
[Code]...
View 1 Replies
Apr 14, 2012
Haveing troubles with an assignment. I am writting code that will allow user to enter a score and the program returns a grade based on the score entered. I can get it to work using "IF" statements but want to use code for ranges. My "IF" code is as follows.......
[Code]....
View 2 Replies
Mar 14, 2012
I have some text I would like to extract from a file. I know what comes before it and what comes after it but the text will be variable. I was thinking read it in line by line until i found the line which is the indicator of the text starting to the indicator that it is ending.[code]...
View 7 Replies
Jan 7, 2012
I wrote the following program in vb.net. I am reading 2000 data points XY points from csv file into oledb connection and displaying it into the MS cHART but it is displaying only first 500 points...
Dim cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:;Extended Properties=""Text;HDR=No;FMT=Delimited""")
Dim da As New OleDbDataAdapter()
Dim ds As New DataSet()
[code]....
View 7 Replies
Mar 9, 2011
I have an ASP Chart (v4) which displays the data I need perfectly. I want it to show labels at the top of the data points and I am having some difficulty with it. Here is my code that works for both series but does not display the labels:
[Code]...
View 1 Replies
Apr 20, 2010
is there a way to offset the points in a polygon without having to change each one individually the points are in an array
View 2 Replies
Feb 16, 2009
I had the following code to display crystal report based on the sql.
Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click conKk.Open() Dim strReportPath As String = "C:Documents and SettingsChee MunDesktopFYPvbFYPCrystalReport1.rpt" MessageBox.Show(strReportPath) Dim mySelect As SqlCommand
[code]....
But the problem occured in objRpt.SetDataSource(mydsSong.Tables("Song")),it stated that no tables is found but my database is having this table.
View 3 Replies
Jan 31, 2010
how can i get the points which make a polygon from a region which was derived from the polygon's points?
View 1 Replies
Mar 4, 2009
I have a form called FrmPracDetails, which has details of practices and each practice has a unique prac_no populated on the form in the text box called TxtPracNo. Now, I have another form called FrmPayHistory. This form has a datagrid called DgvPayHistory, which is loaded with all the payment history of all practices. It has also a field called prac_no and stores the unique prac_no.
What I want to do is, when a user is in FrmPracDetails, lets say prac_no 1115, then you open the FrmPayHistory. Only the payment history of that respective prac_no should be seen. Presently, it brings all the practices and their payment history. I have added a textbox (TextBox1) in the FrmPayHistory which links and displays the prac_no from FrmPracDetails with the following code:
Private Sub FrmPayHistory_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.TblPayHistoryTableAdapter.Fill(Me.TblPayHistory._TblPayHistory)
Me.TxtPracno.Text = FrmPracDetails.TxtPracNo.Text
End Sub
View 1 Replies
Nov 15, 2011
have been trying to display on my data grip view but is not. i want a situation where by it will display on the datagrip view base on the invoice number, below are the code
Private Sub getLastID()
Dim oleDBDR As SqlDataReader
Dim oleDBCommand As New SqlCommand
[Code]....
View 1 Replies
Jul 11, 2011
I have to display the available times in a dropdownlist called "DDL_avalTime" based on the date selected in a ASP calendar.
How the program works is that when a User clicks a date form the caldendar, it checks the SQL database. In this case the table that I'm retrieving it from is "trainerbookings" from the column "trainingDateTime". The data type for this column is datetime.[code]...
View 1 Replies
Jan 12, 2010
I have a DGV which is part of an inventory system. I have several columns but the ones i need to resolve are Quantity, Name and Plural Name. essentially if quantity is 1 i need to display the Name data if greater than one the plural data. Is this possible? would i need to resolve this earlier in the process (the data is extracted from an xml file using LINQ to bind it to a rowObject) or can i do this with the completed dataset, say by hiding the Name and Plural Name colums and creating a custom column? ideally i would like to keep the data untouched.
View 10 Replies
May 29, 2012
How do I dynamically display the 'Edit' on the hyperlink field based on the values on the rows, generated from the database. the gridview automatically generates rows.
View 1 Replies
Jun 25, 2009
I have a group of three radio buttons. Depending on which radio button is selected, I want to disaply one of three controls - a textbox, a dropdown list, or a button. How do I display controls based on the result of a selected radio button?
View 1 Replies
Dec 13, 2010
How can i draw text with 180 degrees format on image in windows based application using vb.net.
View 5 Replies
May 7, 2012
I have a SQL database, with some "status" strings. For every status I need to display a .bmp image .
I'm displaying the data from the database via DataGridView with LINQ. In order to display the DGV I have this code:
Me.MyTableAdapter.Fill(Me.TestdbDataSet.MyStatusList)
I was thinking to add another column named "Symbol" and based on the "Status" column to format the cells of the "Symbol" column to display an image.
I edited the DGV, and add a new image column.
I created a directory in my solution called "references" where I put all the .bmp files
I don't know how to do this. My first thought was to put an expression in the DataTable Properties, but I didn't manage to make that work. Another way is to format the cells in the "Symbol" column, and again I don't know how to do that. I tried with "Select Case ... Case ... End Select" with no success.
LE: Should I Insert the .bmp files into SQL database (varbinary(MAX)) If yes, how?
View 4 Replies
Feb 25, 2012
form1 have four buttons, i want to set a label text in form2 according to which of the button on form1 is clicked.below is what i tried so far.on form1 each of the button click event i made it focus
Private Sub Answerbtn3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Answerbtn3.Click
Me.Focus()
Form2.Show()
and on form 2 load event i have
Private Sub FinalAnswer_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
If Main1.Answerbtn1.Focus Then
Label2.Text = "You choosed option '
[code]....
the above code displays only the first condition ("You choosed option 'A'"") on the label when any of the button is clicked?
View 4 Replies
Dec 13, 2010
How can i display text on image with 270 degrees format in windows based application using vb.netv
View 3 Replies
Sep 28, 2011
We have an occasional board meeting that is broadcast live via the Internet. We are on a 3000+PC LAN and our office is out in the boonies on a T1 line. In order for us to listen to the meeting we need to go to a website and play the live stream. If more than a few PCs listen in the line is saturated and no one can listen.
[Code]...
View 2 Replies
Aug 23, 2011
I have a database and I'm storing images in it along with a person's name, and other attributes. I've databound my listview with a stored procedure. I want to know how I can display an icon on a row depending on if the record for that row has a picture or not for the person...I'm not sure how to accomplish this however with the templates in asp.net
EDIT:
Here is my template and the s where I'm hoping to put them.
<ItemTemplate>
[code].....
View 1 Replies
Mar 15, 2012
I wanted to get your feedback on a design/coding issue. I have a treeview which represents the device tree in device manager. I also have two listviews which display information about the currently selected device on the treeview. I'm only concerned with the first listview at this point. The information displayed in the listview varies depending on the selected device. I'm using the node index to track which device class and device is selected and I pass this into the device class Display method. I hate the idea of a big Select Case statement. Then there is also the dynamic nature of the device tree to consider.
View 2 Replies
Jun 27, 2010
I am trying to display a record in my datagridview based on the value selected from a combobox. I tried the code below using SQL Management studio and it works perfectly.
[Code]....
View 14 Replies
Apr 14, 2010
I'm writing a standalone application in VB.NET using Visual Studio 2005. I want to display/hide a bunch of Buttons based on the selected value of a ComboBox. Each selection would have a different set of Buttons to display, and I'd like to have them arranged in a nice grid.
Driving a TabControl with the ComboBox value would be the kind of behavior I want, but I don't want it to look like a TabControl to the user because it might be confusing.Is there a way to do this?
Basically, I'd like Selection1 of the ComboBox to show Buttons 1-4, Selection2 to show Buttons 5-11, Selection3 to show (maybe) Buttons 1, 3, 5, 6, and 8, etc., have them arranged nicely, and have the GUI show only the ComboBox and the buttons.
View 3 Replies