<< Prev Showing: 226-230 of 353 Next >>
· 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 ·Menu Driven Program - Visual Basic
name and phone numbers should be read into the program in "memberphones.txt" and should be displayed in a listbox when the form is loaded to delete a person, they should be highlighted and the delete button should delete them from the list box and array to modify a person, they should highlight the person and change the attributes and use the "modify" menu option to save the change to add a person, type the name and number and select "add" Lastly, hit exit and the program should write out the updated member name and phone numbers to a new file. I'm almost done - I can't find out how to add/delete or modify names and numbers and save them in the memory space for output into a text... click for more
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
129507
OTA ID:
102833
Input file containing info for 50 states Create a class state with 5 properties to hold the information about a single state and a method that calculates the density(people per square mile) of a state Create an array of state objects and write a program that requests a state's name in an inputbox and displays the state's abbreviation, density and date of entrance into the union. Write a program that uses an array of state objects and raises an event whenever the population density exceeds 10 million. Display the names of these states in a listbox.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
129508
OTA ID:
105303
Visual Basic Array sorting and finding values
I have a multi-dimensional array that needs to have the following questions answered each by a separate button and sub or function procedure. The array is Dim Kidsinsports(10,3) " schools + sports" e.g. School 1 has 10 kids in football, 10 in basketball and 10 in volleyball. Sports are organized by (Football, Basketball, Volleyball) Dim costofsports(3,10) = equals to home much each individual school spent for Basketball, footbal, volleyball Dim kidsinsports(,) As Integer = {{10, 10, 10}, {20, 10, 15}, {10, 5, 10}, {20, 20, 20}, {11, 10, 12}, {22, 10, 10}, {5, 0, 5}, {10, 12, 23}, {15, 3, 9}, {12, 17, 24}} Dim costofsports(,) As Double = {{100, 200, 150, 120, 231, 102,... click for more
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
129729
OTA ID:
105303
A CSV file contains a customer's name, zipcode and amount of a sale output total sales per customer (combine double entries), total sales for each zip code, and the total for each store. Input file attached: Output: Customer 1 Customer 2 Customer 3 Customer 4 Customer 5 Total sales for 60602 Total sales for 60613 Total sales for 60623 Total sales for 60666 Total sales =
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
129730
OTA ID:
105303
For this project you will use the following database schema, which has two tables. Table 1 -- Schema for the tblCategories table Column Name Data Type ldCategoryID Integer fldCategoryDesc String Table 2 -- Schema for table named tblAlbums Column Name Data Type fldAlbumID Integer fldCategoryID Integer fldAlbumName String fldArtist String fldDatePurchased Date fldCost Single The input form contains a ListBox and a DataGrid control. Select album categories in the list box and then the corresponding album information appears in the DataGrid. As you select different categories, the total costs are recalculated for the... click for more
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
130526
OTA ID:
105277
<< Prev Showing: 226-230 of 353 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-350 · 351-353 ·Page generated in 0.0961 seconds