473,811 Members | 2,970 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Christmas trees

How can my response to this problem be better? The pot doesn't work
that well when you enter 25, 21, 17 and some others.

The problem:

CHRISTMAS TREES

The grade 5 class at the local primary school wants some Christmas
tree outlines to colour in for the break-up session. You have to
write a program which will ask for an odd number representing the size
of the tree, rejecting negative quantities and numbers greater than
sixty, and then draw a tree centrally placed on the printer page
similar to the one below.
*
* *
* *
* *
* *
* *
* *
Base Line--- ***************
*
*
*******
* *
* *
***

The base line of the tree will be made of as many asterisks (*) as the
number that was input, and lines above it will have each of the
outline asterisks move in one space, until the single * appears at the
top.

The pot in which the tree rests should be scaled to suit the tree
size.

Download MY source code from:

Click on treetest
Jun 27 '08 #1
8 3429
Bert <al************ *****@gmail.com writes:
How can my response to this problem be better? The pot doesn't work
that well when you enter 25, 21, 17 and some others.

The problem:

CHRISTMAS TREES
Are you going to go through all 33 problem from the Australian
Computer Competition Junior Sample Questions? This is the first and
the three-move knight's reach is the last. Have these been assigned
as your homework?

--
Ben.
Jun 27 '08 #2
On Sat, 21 Jun 2008 17:13:34 -0700 (PDT), Bert
<al************ *****@gmail.com wrote:
>How can my response to this problem be better? The pot doesn't work
that well when you enter 25, 21, 17 and some others.
snip problem description

Better than what? You didn't show what your response looks like. If
you haven't created one yet, then any working response you create
would be better.
Remove del for email
Jun 27 '08 #3
On Jun 22, 10:32 am, Ben Bacarisse <ben.use...@bsb .me.ukwrote:
Bert <albert.xtheunk no...@gmail.com writes:
How can my response to this problem be better? The pot doesn't work
that well when you enter 25, 21, 17 and some others.
The problem:
CHRISTMAS TREES

Are you going to go through all 33 problem from the Australian
Computer Competition Junior Sample Questions? This is the first and
the three-move knight's reach is the last. Have these been assigned
as your homework?

--
Ben.
Why not? I'll be like the only one who'll maybe get one problem done
in the two hours in my school cos none of the electives ever focus on
programming.
I'm largely self-taught with 5 or 6 programming books in my shelf and
once in year asking one of my dad's friends for help or posting on
Google Groups. I have no tutor, see?
Jun 27 '08 #5
On Jun 22, 8:13 am, Bert <albert.xtheunk no...@gmail.com wrote:
How can my response to this problem be better? The pot doesn't work
that well when you enter 25, 21, 17 and some others.

The problem:

CHRISTMAS TREES

The grade 5 class at the local primary school wants some Christmas
tree outlines to colour in for the break-up session. You have to
write a program which will ask for an odd number representing the size
of the tree, rejecting negative quantities and numbers greater than
sixty, and then draw a tree centrally placed on the printer page
similar to the one below.
*
* *
* *
* *
* *
* *
* *
Base Line--- ***************
*
*
*******
* *
* *
***

The base line of the tree will be made of as many asterisks (*) as the
number that was input, and lines above it will have each of the
outline asterisks move in one space, until the single * appears at the
top.

The pot in which the tree rests should be scaled to suit the tree
size.

Download MY source code from:

Click on treetest
Where's your source code?
I can't see the link...
Jun 27 '08 #6
On Jun 23, 6:30 pm, redraiment <redraim...@gma il.comwrote:
On Jun 22, 8:13 am, Bert <albert.xtheunk no...@gmail.com wrote:
How can my response to this problem be better? The pot doesn't work
that well when you enter 25, 21, 17 and some others.
The problem:
CHRISTMAS TREES
The grade 5 class at the local primary school wants some Christmas
tree outlines to colour in for the break-up session. You have to
write a program which will ask for an odd number representing the size
of the tree, rejecting negative quantities and numbers greater than
sixty, and then draw a tree centrally placed on the printer page
similar to the one below.
*
* *
* *
* *
* *
* *
* *
Base Line--- ***************
*
*
*******
* *
* *
***
The base line of the tree will be made of as many asterisks (*) as the
number that was input, and lines above it will have each of the
outline asterisks move in one space, until the single * appears at the
top.
The pot in which the tree rests should be scaled to suit the tree
size.
Download MY source code from:
Click on treetest

Where's your source code?
I can't see the link...
I posted it a little later. Find my other posts in this thread.
Jun 27 '08 #7
Bert said:
On Jun 23, 6:30 pm, redraiment <redraim...@gma il.comwrote:
>On Jun 22, 8:13 am, Bert <albert.xtheunk no...@gmail.com wrote:
<snip>
>>
Download MY source code from:
Click on treetest

Where's your source code?
I can't see the link...

I posted it a little later. Find my other posts in this thread.
I did. I don't see any source, though.

If you mean the Web URL you posted, forget it. Very few will bother to
follow that link, at least until they know you a bit better. If you want
Usenet people to check out your source, reduce it to the smallest possible
program that still demonstrates the problem you're suffering, and post it
in a Usenet article together with an explanation of the problem and any
data required for running it.

No, I'm not telling you what to do. I'm suggesting a course of action that
will probably work for you. Obviously you do what you like, but you might
want to think about why some people here are a bit wary of visiting
apparently arbitrary URLs.

--
Richard Heathfield <http://www.cpax.org.uk >
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
Jun 27 '08 #8
Bert wrote:
How can my response to this problem be better?
Leave tab characters out of your source code.
The pot doesn't work
that well when you enter 25, 21, 17 and some others.

The problem:

CHRISTMAS TREES

The grade 5 class at the local primary school wants some Christmas
tree outlines to colour in for the break-up session. You have to
write a program which will ask for an odd number representing the size
of the tree, rejecting negative quantities and numbers greater than
sixty, and then draw a tree centrally placed on the printer page
similar to the one below.
*
* *
* *
* *
* *
* *
* *
Base Line--- ***************
*
*
*******
* *
* *
***

The base line of the tree will be made of as many asterisks (*) as the
number that was input, and lines above it will have each of the
outline asterisks move in one space, until the single * appears at the
top.

The pot in which the tree rests should be scaled to suit the tree
size.

Download MY source code from:

Click on treetest
#include <stdio.h>

int main(void)
{
int ts, x, i, j, y, a, z;

printf("Enter the size of the tree: ");
fflush(stdout);
if (scanf("%d", &ts) != 1 || ts % 2 == 0) {
puts("Trees have to be an odd size. An odd number...");
return 0;
}
if (ts < 0) {
puts("Trees can't have a negative size...");
return 0;
}
if (ts 60) {
puts("Trees can't be bigger than 60. Not here anywway...");
return 0;
}
x = ts / 2;
for (i = 0; x i; ++i) {
if (i == 0) {
for (j = 0; x j; ++j) {
putchar(' ');
}
puts("*");
} else {
a = x - i;
for (j = 0; a j; ++j) {
putchar(' ');
}
putchar('*');
a = i * 2 - 1;
for (j = 0; a j; ++j) {
putchar(' ');
}
puts("*");
}
}
for (i = 0; ts i; ++i) {
putchar('*');
}
putchar('\n');
for (i = 0; 2 i; ++i) {
for (j = 0; x j; ++j) {
putchar(' ');
}
puts("*");
}
if (8 ts) {
return 0;
}
a = (ts - x) / 2;
for (i = 0; a i; ++i) {
putchar(' ');
}
x -= x % 2;
a = x + 1;
for (i = 0; a i; ++i) {
putchar('*');
}
putchar('\n');
y = (ts - x) / 2;
for (i = 0; y i ; ++i) {
putchar(' ');
}
putchar('*');
a = x - 1;
for (j = 0; a j; ++j) {
putchar(' ');
}
puts("*");
z = ts / 4 - 2;
for (i = 0; z i; ++i) {
a = 1 + y + i;
for (j = 0; a j; ++j) {
putchar(' ');
}
putchar('*');
a = x - 2 * i - 3;
for (j = 0; a j; ++j) {
putchar(' ');
}
puts("*");
}
a = (ts - 3) / 2;
for(i = 0; a i; ++i) {
putchar(' ');
}
puts("***");
return 0;
}

--
pete
Jun 27 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
5420
by: C++ Shark | last post by:
Hi, which stl class is good for creating search trees? I am looking for something flexible, that allows me to search for a required state (of matrices, graphs, etc.) quickly. thanks in advance, Craig.
1
485
by: barnesc | last post by:
Hi again, Since my linear algebra library appears not to serve any practical need (I found cgkit, and that works better for me), I've gotten bored and went back to one of my other projects: reimplementing the Python builtin classes list(), set(), dict(), and frozenset() with balanced trees (specifically, counted B-trees stored in memory). In short, this allows list lookup, insertion, deletion in O(log(N)) time. It allows the set and...
3
6554
by: ptrSriram | last post by:
Can someone help me with an algorithm to merge two binary search trees. One method I thought of was to flatten both the trees into sorted lists(inorder traversal),merge those two sorted lists, and build a binary search tree from the new list. But this seems to be expensive in terms of space. Can this be done more efficiently ? Please help me.
2
2057
by: trusiki | last post by:
I am trying to use C# for my program that deals with manipulation of trees (i.e. finding distance between different nodes, assigning labels to nodes, storing trees, etc.). I know I can probably use a multi-dimensional array as my data structure. However, I wanted to find out if C# had any built-in APIs for trees. Thanks in advance.
17
4484
Ganon11
by: Ganon11 | last post by:
Hey guys, OK, taking care of this beforehand; I AM a student in a university. This IS part of my homework, and (as a moderator), I'm doing my best to follow the posting guidelines I work so hard to enforce. Anyway, I'm trying to implement an areIsomorphic(TreeNode<T> first, TreeNode<T> second) function as defined below: Since this is a 'simple' problem, I've tried to do it using only TreeNodes rather than writing my own tree class...
2
3010
by: parasuram | last post by:
Hi friends ............. this is a question regarding the data structures trees Pleas post it if possible with in 2 days I will thankful if some body could help doing this. Operating system: windows xp compiler : Dev c++ Question is as folllows : Genaration of keys : Assume that your keys are character strings of length 10 obtained by scannig a c++ program. If a string has less than 10 characters make it up to 10 characters by...
6
2782
by: rsprawls | last post by:
I found a disk for a b-tree algorithm that I purchased back in 93 or so. I'd hoped to find this, but now I'd like to know how worthwhile are b-trees in today's advancements? This is old C code using pascal and cdecl declarations, but it would be a minor project to bring up to date in C, but I was thinking it might be a good project to convert it over to C++, especially since I don't know C++ very well and would like a good sorting...
0
1675
by: Now You Know | last post by:
Best Christmas Lights Decoration Sale Installation in Los Angeles 818-386-1022 (These types of Innovative lights will definetly add to your Christmas decor) Here are the tips to use: The most common color combinations appropriate for the Christmas season include red, green and copper lights that denote festivity; blue and green lights for more subdued arrangements; novelty combinations such as blue and red lights; and mauve, blue and...
0
2358
by: Now You Know | last post by:
Best Christmas Lights Decoration Sale Installation in Los Angeles 818-386-1022 (These types of Innovative lights will definetly add to your Christmas decor) Here are the tips to use: The most common color combinations appropriate for the Christmas season include red, green and copper lights that denote festivity; blue and green lights for more subdued arrangements; novelty combinations such as blue and red lights; and mauve, blue and...
0
9607
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10652
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10395
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9211
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7673
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6895
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4346
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 we have to send another system
2
3874
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3026
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.