rogram Description: Write a program that has four sub procedures that will calculate and print out a table of numbers 0 to 17 in decimal, hex, octal, and binary notation.
Hello i am currently working on a visual programme project for uni. basically i am using a log in /log off button user interface as my project. the password is "Password" and i would like to know how to make the password invisible. example ******** = Password
I am building a program in visual basic 2010 that connects to an access database. I was wondering if you could help me figure out the code for the save button. When the information is entered I need it to update the information in access. This information needs to be updated on at least two of the different tabs. Any help would be greatly appreciated.
EX: Course Name: CIS 300 Grade: A when entered needs to update on a students transcript form and registration form.
Write a program that that reads n values in a list and prints the product of the value and the position at which it resides in the list i.e product=L[1]*,product=L[2]*2,and so on. Note:the list does not change Example: position: 1 2 3 4 5 value: 5 3 7 1 4 output: 5 6 21 4 20
I need to build a simple booking system, with three windows, Patients, Treatments and appointments, all of these windows need to add, delete and edit the data, and it also need to be connected to a database, I am using access.
Question#2
Write a program that that reads n values in a list and prints the product of the value and the position at which it resides in the list i.e product=L[1]*,product=L[2]*2,and so on.
Note:the list does not change
Example: position: 1 2 3 4 5 value: 5 3 7 1 4 output: 5 6 21 4 20