Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q-(15pts)write a vb.net program to do the following: ( ) a-define a structure for a user with the following fields(username is a string, userpw is
Q-(15pts)write a vb.net program to do the following:
( )
a-define a structure for a user with the following fields(username is a string, userpw is a string, userage is an integer, userpp is an integer)
b-create an array of 15 structures of users
c- read from the keyboard values into the structures fields d-write a function to find and return the average of number of userpp for all users.
e- write a sub to print the userpw that has more than 15 userpp.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started