801 Topics

Member Avatar for
Member Avatar for MikeyFTW

OK i have this code below here...it works fine. play with it and you will learn its a simple maths game but i want to add substraction to it as well. i want it to be able to load the program up and then be able to choose from addition …

Member Avatar for jlm699
0
389
Member Avatar for MikeyFTW

hey well this program basically is a mathematics game...try the program out for yourself, it works, but im just wondering how to make an reset option so at the end of the program so the user can play the game again. thanks [ICODE]name = raw_input("\t\t\tPlease Enter Your Name: ") print …

Member Avatar for Scuppery
0
630
Member Avatar for MikeyFTW

[ICODE]name = raw_input("\t\t\tPlease Enter Your Name: ") print print "\t\t\t\tHello", name print "\t\t\tWelcome to my Mathematics Game" # Selecting the operation of Addition and Substraction followed by the difficulty print operation = str(raw_input("\t\t\tAddition (A) or Substraction (S)")) if operation == "A" or operation == "a": my_op = 'Add' difficulty = …

Member Avatar for woooee
0
120
Member Avatar for MikeyFTW

Sorry im kinda new at this but anyways... Ok heres the deal i need to make this program that will allow users to practice their addition and subtraction for whole numbers between 1 and 100, 1 and 200 and 1 and 500 (the levels of difficulty). The user will be …

Member Avatar for MikeyFTW
0
193
Member Avatar for MikeyFTW

Ok heres the deal i need to make this program that will allow users to practice their addition and subtraction for whole numbers between 1 and 100, 1 and 200 and 1 and 500 (the levels of difficulty). The user will be allowed to choose which operation to have questions …

Member Avatar for kdoiron
0
123
Member Avatar for kigams

Hi everyone. I am a student at University of Eastern Africa, Baraton. I'm majoring in Mathematics and Minoring in Computer Science. I have been given a project to develop in Visual Basic and I am like, I have no idea of how to begin or how to do that question. …

Member Avatar for debasisdas
0
81
Member Avatar for dancie reeves

Hello to the community, My name is dancie. I live in the Netherlands. I am 57 years old. I speak Dutch,English,Spanish, and a few other languages to a lesser degree. I have studied mathematics and physics for five years in the university. I begun with computers a long time ago. …

Member Avatar for Serunson
0
245
Member Avatar for alalmocera

My name is Alexis Erich S. Almocera... call me [B]Alex[/B], ladies and gentlemen. I'm a BS Mathematics student of the University of the Philippines, Cebu College (UPVCC), graduating this school year. Since I was a little boy, I'm pretty much into mathematics along with the desire to make computer programs. …

Member Avatar for november_pooh
0
135
Member Avatar for LadyPersia

Goldbach's conjecture in mathematics is that every even integer number greater than 2 can be expressed as the sum of two prime numbers. Write a program that prompts the user for a number, checks that it is positive and even, and prints the two primes that sum to it. First …

Member Avatar for jephthah
0
972
Member Avatar for hjong.mahjong

just practicing for fun on some problem i saw posted on yahoo answers,mathematics section problem: xyz times pqr = some number x,y,z,p,q,r should be 2, 3, 5, or 7. and some number's digits should also be made up entirely of 2, 3, 5, or 7. solution: 335 x 753 = …

Member Avatar for hjong.mahjong
0
105
Member Avatar for dorilys

Hi everyone, I'm a 22 year old student of mathematics from Croatia in love with programming ;) (with a bad english) Nice meeting you all!

Member Avatar for nav33n
0
29
Member Avatar for WXuan

[URL="http://www.hrbeu.edu.cn"]http://www.hrbeu.edu.cn[/URL][COLOR="Green"]Hello,everyone.I am very glad to find the place, and learn knowledge about IT. Now I am a junior in Harbin Engineering University.Eh,Though my major is math and applied mathematics, I am very interesting in computer. And now I am preparing for the ACM/ICPC, so I want to know the knowledge …

Member Avatar for Serunson
0
86
Member Avatar for hajjo

Hey guys below a program that I have as my homework.I am not askign for the code, but on how the calculatio is being done.I am asking about the mathematics part.I dont understand how it is being caluclated. someone told me i need this formulas. P = (rho * g …

Member Avatar for VernonDozier
0
115
Member Avatar for jeffige

HELLO WORLD! I'm sorry. I couldn't help myself. My name is jeff. I am 16 years old, again... for the 22nd time. I really don't live anywhere. I work for a company that travels around the U.S 11 months out of the year. I live on the worlds longest privately …

Member Avatar for jeffige
0
140
Member Avatar for 88omar

Hi there again i tried answering the question amm i hope you guys can understand it its a structure ahh i am to: Write a program using (structures) that stores the details of students in a school. Create a structure called students with the following structure elements: Student name. student …

Member Avatar for prushik
0
151
Member Avatar for grmskrk

I saw few similar problems on this forum, but they didn't match exactly what I need. The problem is: given a file with names of cities, their latitudes and longitudes, a program must calculate distance between them. But, it isn't all. A program must create a database of all this …

Member Avatar for superjacent
-1
202
Member Avatar for djapeBabe

hi my name is Anna and i have got this problem i am trying to practice sql queries using following database relational modell i know most simple ones but with these ones i got trouble it is about book lybrarry database using oracle. The primary keys are underlined. The foreign …

Member Avatar for SQL
0
934
Member Avatar for vanguns

This forum might be exactly what I've been looking for on the web... here's some background about me and computers/programming as well as some of my personal stances on the state of things: I was raised on the cusp of the birth of the net. When I was very young …

Member Avatar for zandiago
0
168
Member Avatar for MidiMagic

HELP!!! I have Windows XP and Office 2003. When doing a spelling and grammar check in Word, I occasionally get a "comparison - revise text?" error on text. I have no idea what this error means, or how to correct it. The text looks fine. All of the tenses, persons, …

Member Avatar for MidiMagic
0
125
Member Avatar for clairedubaer

I'm trying to make a mathematics game in Borland C++ v4.52. My game consists of multiple mathematical problems moving down the screen, while the user is able to enter the answer to any of these problems. Once the user has entered the problem, the problem disappears. My problem is that …

Member Avatar for Ancient Dragon
0
105
Member Avatar for njoros

Hi all I have a university diploma in computer studies where i did subjects in programming (2 units) ,systems analysis and design (2 units),database systems,information systems,computer architecture,data communications and computer networking,operating systems,electronics,units in physics and mathematics among others. Iam currently working off my field of training but am working hard …

0
28
Member Avatar for tjubaer

Cold fusion do not support input param array like below: <input type='hidden' name='hid_id[]' value='1'> <input type='hidden' name='hid_id[]' value='2'> <input type='hidden' name='hid_id[]' value='3'> Whereas PHP can handle it as an array. But i have a code which will display some events and their corresponding child events in a page. User can …

Member Avatar for tjubaer
0
112
Member Avatar for Fiume

[LIST] [*]Name: Christa [*]Height: 5'11'' [*]Weight: 137 [*]Hair: mostly black, some ruddy brown undertones [*]Eyes: Hazel [*]Location: Washington [*]Age: 22 [*]Hobbies: writing largely worthless historical/fantasy fiction, drawing cartoons on the papers I grade, and learning everything I can in the meantime. [*]Relationship Status: engaged [*]Fav Music: film scores, video game …

Member Avatar for zandiago
0
142
Member Avatar for ragpicker

Introducing self is a very big question. It is problem too. In our country, that is India, subject of all spiritual teaching was "know thyself". Hi, do not misunderstand me. I am not a very spiritual person. I believe in work, what we call "karma". But I adore some people …

Member Avatar for jasimp
0
77
Member Avatar for teddymon

I don't know how to declare the funtions before it reach the int main? [code=cplusplus] #include <iostream> #include <cstdlib> #include <fstream> using namespace std; //----------------------------------------------------------------------------- // //----------------------------------------------------------------------------- void closeFile() { input.close(); } //----------------------------------------------------------------------------- // //----------------------------------------------------------------------------- void PressAnyKeyToContinue(void) { system("pause"); //pauses the system until you press a key system("cls"); //clears the …

Member Avatar for Salem
0
92
Member Avatar for techbuddy

Hi there, I am a post graduate in Mathematics.. The PG program offered specialization in Computer Science. With this background, I worked for a software company and have 2 yrs of experience(with programming in VB, ASP and the database server administration)added to my resume. Due to many personal reasons, i …

Member Avatar for ses5909
0
106
Member Avatar for archinaut

I'm not from the IT field, I'm an architect in New Cork City, the buildings and spaces kind of architect. Yet I'm very interested in information technology. I registered to have a place to ask questions and hopefully be of help to somebody else. I am currently investigating interactive physics …

Member Avatar for joshSCH
0
31
Member Avatar for narutoman

LibraryDB is a database system that keeps track of information concerning the books and their circulation in an imaginary library. [B]Disclaimer[/B]: The data that populates the database are artificially constructed and by no means correspond to actual real-world data. The schema for the LibraryDB database is given below. [INDENT]borrow([U]transactionID[/U], personID*, …

Member Avatar for arjunsasidharan
0
201
Member Avatar for iTaChi

Hi.. I know C and C++ and learned the basics in 1 month. now, i am writing programs, but that programs are only for mathematics. Is there anyway i can learn system programming in C? What site would you recommend?? Thanks!..

Member Avatar for iTaChi
0
136
Member Avatar for Dani

The mathematics of accidental file erasure is alarming.A PC user is likely to spend an average of one hour in a frantic effort to recover the file (or files, or an entire directory) before turning to the help desk. Just two occurrences per day – a conservative estimate for a …

0
196
Member Avatar for linux

Has anyone here heard of the Icelandic author Hallgrímur Helgason? He has written the book "101 Reykjavik" (it has been made into a movie) and also the book "Hella." This is a quote from his website ([url]http://www.bokmenntir.is/rithofundur.asp?cat_id=640&author_id=40&lang=8):[/url] [quote] Hallgrímur Helgason was born on February 18th 1959 in Reykjavík. He studied …

Member Avatar for linux
0
110
Member Avatar for Ishmael

Hi all. My name is Ishmael, I live in South Africa, I was doing my last semester in Engineering Computer Systems, majoring in Mathematics, Digital Systems and Programming (C++,VHDL, PHP and Assembler), Network Systems and Databse Admninistrations. I am currently working as an intern on Service Desk in the IT …

Member Avatar for christina>you
0
137
Member Avatar for sneekula

I know that you can do integer calculation in Python with astronomically large numbers. What is the precision limit when using floats?

Member Avatar for vegaseat
0
165
Member Avatar for talulinator

I want to get an IT job but I don't know how! I have a bachelor's degree in Mathematics and a Master's degree in Education. I've been teaching High School mathematics or the past few years, and I am ready for something different. I took a few programming classes in …

Member Avatar for Duki
0
87
Member Avatar for k3n

I'm having trouble writing a program. I have to determine the name of student who scores the highest marks for each module and the highest in the average score of 5 modules. Hence display them in a table form where 1st column is the modules and the 2nd column is …

Member Avatar for Lerner
0
199
Member Avatar for Dani

[b]True and False[/b] The backbone of computer science is logic. Most often, those with logical minds make the best programmers. Hence, a very important programming concept is that of boolean algebra. A boolean expression is a true or false statement. In the world of computers, a true statement is represented …

Member Avatar for lol_hacker101
0
1K
Member Avatar for mathman1244

Greetings, I have a dell latitude D610 laptop running XP Prof Service pack 2 with an Intel Pent M Proc 1.86 GHz with 2 GB of Ram. For what follows I note that my wife has precisely the same type of laptop. My wife and I work at a university …

Member Avatar for Trace--
0
101
Member Avatar for shadowphoenix

I'm working as a sort of unofficial OIT girl at my college. The OIT here refuses to work on student computers, and because of too much free time, a lot of viruses are going around. I basically fix whatever I can, but I don't know a few things, which will …

Member Avatar for Dani
0
74
Member Avatar for MIGSoft

Neil: Ow, WOW heavy! My lentil binary trees are growing exponentially. Vivian: This calls for a subtle combination of mathematics and extreme violence. Rick: Oh you couldn't theorize even if you picked your nose with a silicon chip. Vivian: OK, watch! This is how you dismantle a binary tree in …

Member Avatar for jwenting
0
41
Member Avatar for rbrozovic

[U]Name[/U]: Rich Brozovic [U]Age[/U]: 50+ [U]Roots/Home[/U]: Born in Alaska before it was a state! Family roots Ohio/Penn back to Mrkopalj, Croatia Raised primarily in San Antonio, TX [U]Education[/U]: HS - Thomas Jefferson HS San Antonio TX (1972) BS - Computer Science, USAF Academy (1976) MS - Computer Systems, Air Force …

Member Avatar for Dani
0
69
Member Avatar for rahulgupta1979

Hi... I have come acroos with this new problem - Integration in Java. I need to use integration (Mathematics operation) in Java. Is this possible...? and if yes, then how....and which package I will need to use.....which class and everything. I need help on this asap. Is anybody up for …

Member Avatar for jwenting
0
1K
Member Avatar for tcp_ip

Can anyone help me to create or to call "Fractal" using Java? Here a short defenition about fractal : "Many people are immediately drawn to the bizarrely beautiful images known as fractals. Extending beyond the typical perception of mathematics as a body of sterile formulas, fractal geometry mixes art with …

Member Avatar for iamthwee
0
156
Member Avatar for bumsfeld

I have read vegaseat's "Projects for the Beginner" sticky and got really interrested in the eqaution solver for physics or mathematics problem. I just need a little Python hint how to get this started.

Member Avatar for vegaseat
0
118
Member Avatar for samaru

I thought this was an interesting article. It discusses the decline in computer science enrollments. Also, be sure to check out the discussion that follows the article over at builder.com. [quote] At the Massachusetts Institute of Technology, as in other schools across the country, computer science enrollments are dropping, raising …

Member Avatar for ezest
0
337
Member Avatar for nizar4445

hello all can anybody help me with this tutorial question please??? This is only part one and i think i can manage the rest of it if uoy help me with that part. I know that you don't help students with their homworks or assignments but I have completly no …

Member Avatar for sinrtb
0
126
Member Avatar for alsoagirl

I have read in problems "INFIX" AND CHANGED THEM TO "POSTFIX" or RPN notation, however i need to evaluate the problems and i can't get this to work. I am not sure where to go from the infix to postifix i have. Please help. My Stack.h is just a basic …

Member Avatar for alsoagirl
0
105
Member Avatar for agtmulder17

Hi, I am working on a project using Java and embedded SQL in the Java. I have gotten the SQL to successful do what I need it to (In this case, create tables and insert data into them). However, I am having a difficult time with IO. The goal is …

Member Avatar for jerbo
0
113
Member Avatar for rupeshpradhan

Hi! Having programmed in non-object oriented programming languages for a pretty long time, thinking in terms of classes and objects hurts my brain. I have written a program in BASIC (to print out the result sheet of a class after having obtained the data such as name of the student …

Member Avatar for Egsal
0
183
Member Avatar for CoderWannaBe

Hi all -- I'm so glad to have found this site. I hope I'm able to learn and (once I get some experience) help those on this board. My question..... I'm a stay at home mom currently and started going to school for computer (Information Technology). When I worked in …

Member Avatar for CoderWannaBe
0
136

The End.