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

Draw the flowchart of the code:


counter=1
if & counter < =5 & then
& & & & input score
& & & & display
& & & & add 1 to counter
else
& & & & display average
endif
I am trying to filter and edit incoming and outgoing UDP network packets.

So if the machine were to send "data-hi" I would like to be able to filter that so it does not get sent, and instead send out "data-changed". Same goes for incoming, if a machine were to send me "data-hello" I would like that to be interpreted as "data-welcome".

Kinda like a firewall type thing, capture edit.
Design a program that asks the user to enter a series of 20 numbers. The program should store the numbers in an array and the display the following data:

• The lowest number in the array
• The highest number in the array
• The total of the numbers in the array
• The average of the numbers in the array
My project is vrml viewer .shapes or not show on screen .this line gives error
Set di = b3d.createVrmlFromString("Transform { translation " & zanzan & " children Shape { geometry Sphere { radius 0.5} appearance Appearance {material Material { diffuseColor 1 1 1 }}}}")
b3d.addNode di
Write a program using dynamic arrays to record the high temperatures of last seven days and to display all of them with the average of high temperatures. Use three buttons on the screen, one to enter the temperature, second to display the result and third to exit from program
Write a Visual Basic program that will prompt the user (using an input box) to enter details of each book to purchase
(i.e book's ISBN and number of books of each ISBN) as many times as user wishes
My program has 20+ question is there a faster way to check those answers are right? and How do i get a random Number Generator to stop repeating number
Write a program using dynamic arrays to record the high temperatures of last seven days and to display all of them with the average of high temperatures. Use three buttons on the screen, one to enter the temperature, second to display the result and third to exit from program.
A function cannot be called from an expression& & & & & & & True or False
U must declare parameters for all functions& & & & & & & & & & & & & & True or False
The return value from a subroutine must be used in an expression& & & & True or False
An object is an instance of a class& & & & & & & & & & & & & & & & & & & & & & & & & & & & True or False
When a checkbox is checked, the check property may be tested for a value of true& True or False
please check my answers Thanks a lot

1. To store the price of item
Dim price as decimal

2. to record when a transaction occured
Dim transaction as Date
3. to store a phone number
Answer: dim phonenumber as string
4. to store the num of transaction in a large database.
Dim numoftransaction as integer

5. convertion for string to Date

Dim date as datetime = datetime

6. convert Decimal to string

Dim total as Decimal
lblanswer=total.tostring
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS