Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for cassie_sanford

My friend and i were having a discussion the other day and we were having a heated argument about how to make that dang diamond pattern in C++ code...does anyone remember how to make that thing? like this?[TEX] * *** [/TEX]

Member Avatar for NathanOliver
0
436
Member Avatar for cassie_sanford

I have to write a program that must compute and display the charges for a patients hospital stay. first the program should ask if the patient was admitted as an in patient or an out patient. If the patient was as an in-patient the following data should be entered: the …

Member Avatar for rafiq_1
0
824
Member Avatar for cassie_sanford

I am writing a program that computes the tax and tip on a restaurant bill for a patron with a $44.50 meal charge. The tax is 6.75 of the meal cost. The tip is 15 percent of the total after adding the tax. I have to dislay the meal cost, …

Member Avatar for Fbody
0
311
Member Avatar for de-de

An amateur meteorologist wants to keep track of weather conditions during the past year's three month summer season and has designated each day as either rainy(R), cloudy (C) or sunny (S). Write a program that stores this information in a 3x30 array of characters, where the row indicates the month …

Member Avatar for Ancient Dragon
0
2K
Member Avatar for cassie_sanford

I am supposed to be working on this problem that stores info in a 2x20 array of characters where the row indicates the month and the column indicates teh day. We have to read in from a file and then create a report that displays for each month and for …

Member Avatar for mini programmer
0
563
Member Avatar for cassie_sanford

I have 2 functions: one has to calculate the total number of days spent on a trip and the other has to calcualte the time of departure on the first day of the trip and the arrival back home on the last day of the trip. In the first function, …

Member Avatar for siddhant3s
0
491
Member Avatar for cassie_sanford

I am writing a program that is supposed to calculate how much a person earns in a month if the salary is one penny for the first day, two pennies for the second day, four pennies for the third day, and so on with the daily pay doubling each day …

Member Avatar for VernonDozier
0
2K
Member Avatar for cassie_sanford

The problem that i am working asks to calculate a customer's monthly bill. The customer has to input their name, which package they purchased, and how many hours were used. For example package a is for 9.95 a month 10 hours of access provided. Additional hours are 2.00 per hour. …

Member Avatar for dvsConcept
1
196
Member Avatar for cassie_sanford

I have a title that is read in from the keyboard. I need to put it in quotation marks but i dont know how to do that...for instance, my program asks the user to put in a movie title and they input the title. Then i have to display the …

Member Avatar for Comatose
0
157
Member Avatar for cassie_sanford

I am trying to right align my numbers to make them look like this: [TEX] Total Collected: $ 26572.89 Sales: $ 25068.76 County Sales Tax: $ 501.38 State Sales Tax: $ 1002.75 [/TEX] The problem is i dont know how to format it in my code. Here is my code …

Member Avatar for vmanes
0
109
Member Avatar for cassie_sanford

I'm trying to make a base form which will be inherited by 3 other forms..Problem is the wrong information is in the form. How can you pick which information goes in the inherited forms?

Member Avatar for poguemahone
0
101
Member Avatar for cassie_sanford

I am writing a project that stores vehicle information such as the model,manuf., year, etc. I have to create a second project that loads the data from the file into memory and loads a drop down combo box with the VIN numbers. When the number is selected from the box, …

Member Avatar for Teme64
0
137
Member Avatar for cassie_sanford

can someone tell me what's wrong with my code?My instructions say that i dont need to add any html elements to this document since it wont display in the web browser but i dont know what to do. Here's what i have: [ICODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" …

Member Avatar for somedude3488
0
109
Member Avatar for cassie_sanford

How do you format color anchor tabs for colors so they'll format themselves in stylesheets?

Member Avatar for punjabivirsa3
0
87
Member Avatar for cassie_sanford

I am trying to work on this work in the VB.NET book in this chapter called " Accessing Database Files." the instructions call for a DataGridView control on the form and to click the smart tab arrow. When selecting add project data source from the drop down, it activates the …

0
60
Member Avatar for cassie_sanford

I am working on this web developer page for my vb class and i can't seem to get my values to display. Can someone tell me why my values are not displaying? Here is the code that i have so far: [ICODE] 'Programmer: Cassie Sanford 'Date: October 12, 2008 'Description: …

Member Avatar for cassie_sanford
0
172
Member Avatar for cassie_sanford

im making a generic website for my class and we have to post a graphic for this website from this cd that came with the book. Problem is, i can't get the Image URL to post my graphic. I tried using the image button and the image thing in the …

Member Avatar for Teme64
0
161
Member Avatar for cassie_sanford

if you know how to make a web site in web developer using vb.Net and graphics, please see my thread i posted earler this week...I need help

0
49
Member Avatar for cassie_sanford

I am a new student in the area with very little programming experience. We are working with arrays in our vb.Net class and I am coompletely lost. Our program has to look up part numbers in order to improve customer service. The user has to enter the part number and …

Member Avatar for timothybard
0
154