473,507 Members | 11,134 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need a Tutor!

9 New Member
I am taking a Visual Basic course and I am really struggling with it, does anyone know of anying tutoring services I can use?
Nov 21 '07 #1
4 1827
lotus18
866 Contributor
I am taking a Visual Basic course and I am really struggling with it, does anyone know of anying tutoring services I can use?
In just case you are in trouble with your codes, don't hesitate to post your questions here then we'll try to solve it.

Rey Sean
Nov 21 '07 #2
debasisdas
8,127 Recognized Expert Expert
You can take help of our inhouse experts if struck anywhere.
Nov 21 '07 #3
sandezco
9 New Member
I am taking a Visual Basic course and I am really struggling with it, does anyone know of anying tutoring services I can use?

I am taking
Programming In Visual Basic.

I am programming in Visual Basic 2005, I am
doing the following assignment;

Use one-dimensional array to solve the following problem:
…….
A company pays its salespeople on a commission basis. The salespeople
receive $200 per week, plus 9% of their gross sales for that week.
For example, a salesperson who grosses $5000 in sales in a week
receives $200 plus 9% of $5000, or a total of $650. Write an application
(using an array of counters) that determines
how many of the salespeople earned salaries in each of the following
ranges (assume that each salesperson’s salary is truncated to an
integer amount):

a) $200-$299
b) $300-$399
c) $400-$499
d) $500-$599
e) $600-$699
f) $700-$799
g) $800-$899
h) $900-$999
i) $1000 an over

The program should first ask how many salespeople are in the company,
and then input as integers their grossed sales for that week.
....

I understand the formula for figuring out the salary; (grosssales *
.09) + 200 for the earned salary.

I also understand arrays to a point. What I cannot figure out is how
to have the calculated salary fall into the array, which by my
understanding cannot have ranges in the elements (e.g. 200 - 299) and
add to the counter or frequency for the salary range.

I
Nov 22 '07 #4
Mohan Krishna
115 New Member
:
What I cannot figure out is how
to have the calculated salary fall into the array, which by my
understanding cannot have ranges in the elements (e.g. 200 - 299) and
add to the counter or frequency for the salary range.
Hi SANDEZCO!

Do u mean by CALCULATED SALARY as net salary or grossSales * 0.9 ?
If I correctly got ur point, Why don't u try an array of freq counters and add to them?

ALL THE BEST!
Nov 23 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
1917
by: News | last post by:
Hello. I've just started learning Python a few weeks ago. I'm using the free "How to Think Like a Computer Scientist: Learning with Python". I'm half-way through chapter 5 and I've been stumbling...
3
1222
by: administrata | last post by:
i'm using tutor maling... i e-mail some questions to tutor and get answers. but, i frequently get mails which aren't related with my question. how should i stop it?
3
2357
by: visual basic dummy | last post by:
I have taken a course at the local college. It is called Advanced Languages and this course will cover C++, Perl and Javascript. I must pass this course. In January/Feb we covered a 1000+page...
11
1912
by: blah | last post by:
Need python Pro at newtopython@googlegroups.com , if u wanna help, plz reply to that address. We are python beginners. need a real good Python Programmer for Help. TIA!! -- * Posted with...
4
1622
by: Tim M. | last post by:
one of my assignments is create a class named numbers whose Main()method holds two interger variables, assign values to the variables. within the class, create two methods, Sum() and...
6
1991
by: Greg M | last post by:
I have 5 years of MS Access/VBA development experience and am moving into the VB.net world. I am seeking a tutor which could facilitate this move. I live in Anderson, IN and am willing to...
0
1535
by: Marian Heddesheimer | last post by:
Rent-a-Tutor.com is in search for testers as online-courses students. As operators of rent-a-tutor.com we are proud to offer high quality online courses over the internet at reasonable prices. At...
2
1257
by: mqueene7 | last post by:
I'm in desperate need of help!! I need to create this program for my algorithms class and am not very good in programming. I am looking for a tutor. Does anyone know of any good c++ tutors? I know...
2
1695
by: ccarter45 | last post by:
I guess I really don't have a good understanding of methods, it's really confusing for me. I'm not asking anyone to solve this for me, but any help would be GREATLY appreciated. This is the...
0
1667
by: Ezra Taylor | last post by:
Joseph: Check out subprocess. The subprocess module is on python 2.4. Also, use subprocess.call("your command",shell=True) On Linux/Unix, the process is below import subprocess ret =...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7110
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7314
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7482
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5041
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3191
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1540
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
411
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.