Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~7K People Reached
About Me

i can't say mch abt myslf rili...cos i dn't enjy doinq dat. Anyway ful name is samson dadson jnr. kwesi, one thinq abt me is i dn't knw hw to qive up, dou its qud one shd knw whn to qive up and i'm lukinq 4wrd to sum1 who can teach me dat

Favorite Forums
Favorite Tags
Member Avatar for kiyo_1
Re: how

i put this code:: matirial = raw_input ('what is your favorite lesson') if matirial == 'maths' or 'math' or 'Maths' or 'Math' or 'رياضيات': print 'like me broo!!' elif matirial == 'french' or 'francais' or 'French' or 'Francais' or 'الفرنسية': print 'sorry dude I love English more then french' elif …

Member Avatar for samson.dadson.3_1
0
229
Member Avatar for vegaseat

This code creates a sound file in Sun's simple AU audio format of a sine wave of given frequency, duration and volume.

Member Avatar for samson.dadson.3_1
1
2K
Member Avatar for Gl753

I'm working on a programme that's supposed to accept input of doubles from an array however it's not quite working out for me. It takes in Integers alright but not the double values. Could someone point me in the right direction Any help is much appreciated double array[] = new …

Member Avatar for samson.dadson.3_1
0
226
Member Avatar for Markyboy

Help. I've been tasked with writing a program that calculates the average temp for a week, getting user input for daily temps, calculating the average and printing out the results. I got that part. The second part is asking me to print out a message (Too hot!) if the avg …

Member Avatar for samson.dadson.3_1
0
221
Member Avatar for samson.dadson.3_1

the problem I have here is: when I input an integer it works fine, but when i input any other thing, it doesn't give me a chance to input again when the loop iterates, it just keeps printing "error type the right thing" to the screen even though "cin var" …

Member Avatar for samson.dadson.3_1
0
2K
Member Avatar for heather_h56

Hi Iam having some problems with this program, I think its minimal but i don't know how to solve it . THIS IS THE PROGRAM=A teacher gives 5 tests, but averages the four highest scores. An average of 90 or better recieves an A, 80-89a grade of B, 70-79 a …

Member Avatar for redtribal23
0
207
Member Avatar for Patrick_7
Re: JAVA

using Iteration for loop in java what would be the program to run a) 1!+2!+3!+4!+5! b) 1/1!+2/2!+3/3!+4/4!+5/5! c) 1/1!-2/2!+3/3!-4/4!+5/5!

Member Avatar for Slavi
-1
134
Member Avatar for notywq

I'm fairly new to java, so forgive my incompetence. This program is pretty simple, I'm trying to take the string that a user inputs and return the vowels in the string. The error I'm getting is as follows: > VowelsA3.java:16: error: cannot find symbol > if (isVowel(letter) == true) > …

Member Avatar for zolymo
0
631
Member Avatar for q8girl24

Hi... I really need help in my hw because it will be submetted tommorow . Problem # 2: Write a Java application that test whether a two dimensional array, input by the user, is a magic square. A magic square is an NxN matrix of numbers in which every number …

Member Avatar for samson.dadson.3_1
-1
134
Member Avatar for mxwarning

Hello, I am having trouble with my inventory program. I made the first part last week and thought I did a good job. Come to find out I did not and the feedback I recieved from my instructor was not very helpful. Is there anyone that can help me fix …

Member Avatar for mxwarning
0
418
Member Avatar for wbbb54

Write a program using user-defined methods. Write the following methods: 1. getPrice() which asks the user to input the original price of an item. 2. getDiscount() which asks the user to input the discount rate. The method should return the decimal version of the rate. For example, if the user …

Member Avatar for samson.dadson.3_1
0
220
Member Avatar for jordan.nunnery.75

create a program that will calculate the current grade in a classroom. The program should ask for 5 grades as well as the total point value per grade available

Member Avatar for samson.dadson.3_1
0
122
Member Avatar for syedmuaz.hassan.3

A well-known supermarket employs you to develop an inventory control system. You decided implement it by Object Oriented Programming (Java) because of programs written by Java is easy to enhance and maintenance. The system will control the inventory of 3 shops (Shop 1, Shop 2, and Shop 3). The system …

Member Avatar for samson.dadson.3_1
-3
191
Member Avatar for silvercats

why do most people use brackets in this way when it comes to Java. Pospular IDEs also use this method by default class Test{ public void test(){ } } than this way class Test { public void test() { } } The second method is obviously easier to read.

Member Avatar for samson.dadson.3_1
0
506
Member Avatar for jordan.nunnery.75

I would like to create a class for finding the voltages of 1, 2 or even 4 batteries. The Class can be called BatteryVoltage with a default voltage value of 1.5 (AA Battery) Must allow the user to find the total voltage of batteries when installed as a single,double, or …

Member Avatar for samson.dadson.3_1
-1
149