Questions: 619

Answers by our Experts: 487

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Using conditional statements design a login where a user will enter a username and password


A) on successful login a welcome message is displayed


B) on 3 attempts an invalid message is displayed informing the user of the attempts remaining


C)on the fourth unsuccessful attempt the program will exit and inform the user of failed attempts

1)write a python program to admit a student based on gender and the number of points

2) write a python program that would make use of try/except the user input for the following inputs a) strings only b)numeric values


Write a VB program to load data from the given text file, and store in a Structure Array. Then, display the data in a Data Grid View.


The program should allow user to search for customer using a Combo Box of country, with the options of “Malaysia”, “England”, and “Japan”.


STEP 1: Load the data from the given text file into a Structure Array when Form.Load. Then, the all data in the DataGridView.


STEP 2: Click the Search button, then rewrite the query to only display the customer belongs to the selected country. 


Interface:

Country: (ComboBox)


Search(Button)


(DataGridView)


(TextFile)

FirstName LastName Gender Country

x y M Malaysia

a b F England

i j M Japan


Write a VB program to load data from the given text file, and store in a Structure Array. Then, display the data in a Data Grid View.


The program should allow user to search for customer using a Combo Box of country, with the options of “Malaysia”, “England”, and “Japan”.


STEP 1: Load the data from the given text file into a Structure Array when Form.Load. Then, the all data in the DataGridView.


STEP 2: Click the Search button, then rewrite the query to only display the customer belongs to the selected country. 


The interface should be as followed:


Country: (ComboBox)


Search(Button)


(DataGridView)


Design a flowchart and pseudocode for a gym subscription plan. Allow the user to enter the number of months and the plan price. Assume that the user earns extra 20 percent discount every month, while the maximum discount is 60 percent. The program output is a schedule that lists each month's number in the gym subscription plan starting with month 1 and the user’s savings at that month.

 



Write a program which shows real num as output?

To design a web pages that makes use of AD-Rotator control

Create a ASP Program using ADRotator component

Write a VB program to create a mathematics game.User can choose different mode of the game.

-PracticeMode(Answer will be given after the user answer the question)

-ScoringMode(10 questions in a game, answer will not be given after the user answer the questions, it will show the scoring of user at the end of the game)

-AnswerMode(User give the question & answer, program will display the answer to user)


DifficultyLevel:

-Easy(add(+), subtract(–))

-Medium(add(+), subtract(-), multiple(X))

-Hard(add(+), subtract(-), multiple(X), division(/))


Guideline:

-All questions consist of TWO numbers and an operator (+, -, X, /), which are RANDOM. (Example: 20+4 / 10x6)

-Add and Subtract questions, both of the numbers in the questions not more than 100.

-Multiple, both of the numbers of the question not more than 12.

-Division, the first number should not more than 100, and the second number of the question not more than 10.


Interface allow choosing of modes(main frame), create different frames for each of the mode.


Create a mathematics game for children.Allow user to choose different mode of the game.

-PracticeMode(Answer will be given after the user answer the question)

-ScoringMode(10 questions in a game, answer will not be given after the user answer the questions, it will show the scoring of user at the end of the game.)

-AnswerMode(User give the question and answer, program will display the answer to user)


DifficultyLevel:

-Easy(add(+), subtract(–))

-Medium(add(+), subtract(-), multiple(X))

-Hard(add(+), subtract(-), multiple(X), division(/))


Guideline:

-All questions consist of TWO numbers and an operator (+, -, X, /), which are RANDOM. (Example: 20+4 / 10x6)

-Add and Subtract questions, both of the numbers in the questions not more than 100.

-Multiple, both of the numbers of the question not more than 12.

-Division, the first number should not more than 100, and the second number of the question not more than 10.


Interface allow choosing of modes(main frame), and create different frames for each of the mode.


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS