Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached

17 Posted Topics

Member Avatar for Vusumuzi

Imports System.IO Public Class AddEMForm Private Sub CreateCSVfile(ByVal_strCustomerCSVPath As String, ByVal EName As String, ByVal Edate As Date, ByVal ELoc As String, ByVal EDis As String, ByVal EFee As String) Try Dim stLine As String = "" Dim objWriter As StreamWriter = File.AppendText("..\..\EventData.txt") If File.Exists("..\..\EventData.txt") Then objWriter.Write(EName & ",") objWriter.Write(Edate …

0
126
Member Avatar for Vusumuzi

I was trying to add a text file through an iframe in order for my lecture to be able to see and mark my php code. The problem is that 000web.com where I hosted my site does not allow txt files for security reasons. As a work around I tried …

Member Avatar for jkon
0
98
Member Avatar for Vusumuzi

import random Number = random.randrange(100)+1 Tryz = 1 Attempt = int(raw_input("Please enter the number of attempt you want: ")) Guess = int(raw_input("Please guess the the number: ")) while Attempt != Tryz and Guess != Number: Tryz += 1 if Guess < Number: Guess = int(raw_input("Try a higher number: ")) else: …

Member Avatar for fonzali
0
248
Member Avatar for Vusumuzi

This program is to calculate commission and this is the pseudo I wrote for it. Tell me if I'm right. 1 Declare variables 2 get sales 3 calculate if sale < 1500 Then commision= sale * 0,02 else commision= sale * 0,04 4 Dispaly commision

Member Avatar for Jx_Man
0
190
Member Avatar for Vusumuzi

Please see question 3. I have attached the question paper with the second attachment as my answer.

Member Avatar for chrispitt
0
158
Member Avatar for Vusumuzi

Question Enter a code that will test if player 'A' for team A or 'B' for team B was entered Call the procedure display_player( , ) with the relevant variables Enter the code that request the user to enter the positon My failes answer is: def diplay_player(team, position): team = …

Member Avatar for Vusumuzi
0
164
Member Avatar for Vusumuzi

Hi I'm looking for a JavaScript code I could use to rotate my 10 images on 10 seconds interval.

Member Avatar for Ritesh_4
0
57
Member Avatar for Vusumuzi

Hello I'm looking for a javascript I can use to rotate my 10 images on 10 seconds interval.

Member Avatar for Vusumuzi
0
102
Member Avatar for Vusumuzi

void FUNCTIONS WITH DIFFERENT TYPES AND NUMBERS OF PARAMETERS Ms Smart, a lecturer at a famous university, wants to compare the results of male and female students. She decides to calculate four averages, namely the average year mark for male students, the average year mark for female students, the average …

Member Avatar for raptr_dflo
0
281
Member Avatar for Vusumuzi

The code runs but the problem is that the the discount value is not calculated wrong. Which part did I miss here. Here is the question: You now have to add a function discFee that has three value parameters - two of type int representing the number of sport and …

Member Avatar for raptr_dflo
0
134
Member Avatar for Vusumuzi

I'm trying to get this to execute my main function but for the life of me, I can't seem to let is do that. there are no errors when running the code. What it is suppose to do is to prompt a user for gender between m for male and …

Member Avatar for Vusumuzi
0
329
Member Avatar for Vusumuzi

I decided to give this a go again today. The pupils of the Annandale High School have to pay a fee for each extramural activity that they want to partake in. These activities include sport, and other activities such as chess, ballet, etc. The fee for sport activities is R120 …

Member Avatar for raptr_dflo
0
148
Member Avatar for Vusumuzi

How do I nest a while loop inside a do..loop without using if statement?

Member Avatar for Vusumuzi
0
117
Member Avatar for Vusumuzi

Here is the question: DECIDE YOURSELF The SuperShop have seven sales assistants. They are paid R55.70 per hour and 1.5 times for overtime. Each sales assistant is also paid 2% commission on his or her sales. The manager of SuperShop wants a C++ program to print the weekly payslips for …

Member Avatar for Ketsuekiame
0
99
Member Avatar for Vusumuzi

This is a simple one, but don't know why it won't work. Question VALUE RETURNING FUNCTIONS WITH ONE OR MORE VALUE PARAMETERS The pupils of the Annandale High School have to pay a fee for each extramural activity that they want to partake in. These activities include sport, and other …

Member Avatar for Member #114542
0
355
Member Avatar for Vusumuzi

I am currently studying C++. I have an assignment of which I have completed. but need to verify if I'm on the right path with my answers. I have attched the assignment question herein. Thank you guys, you are far to kind.:

Member Avatar for Ancient Dragon
0
44
Member Avatar for rpk5000

Wow you guys are really helpful. I am a newbe in the webdesign world. My host has all the bells and whistles such as MySQL PHP, you name it they have. What I want to do is to create a comment form in my web page, can someone tell me …

Member Avatar for Vusumuzi
0
197

The End.