+ 15
Hey all.....need a help
What do these bundle of error mean...may u please resolve them.......the program to me appears absolutely correct...nd error free... don't know what troubles the compiler๐ https://code.sololearn.com/c7Nv2s1rAOPR/?ref=app
18 Respuestas
+ 8
Maybe you can try the code above.
Your code has two problems.
1 Not "Void",the first letter shouldn't be uppercase,the correat one is "void".
2 if you want to get the right output, Maybe you should hava to change the turn of a,b.Not polygon(b,a),it should be polygon(a,b)
https://code.sololearn.com/cXkdTq6lx0YL/?ref=app
+ 9
Prathvi ....Steve Sajeev ....Oh...yeah....I didn't noticed....but still after that also..I need to change the program...coz it's not giving the desired output.....thanks a lot brothers.....for helping me..๐๐โบ๏ธโบ๏ธ...I wish in this app we should be able to give points to those who help us...โบ๏ธ
+ 9
Prathvi yeah... it's my turn...nd m doing it..๐โบ๏ธ...if I succeed...i will tell u for sure...nd I will do it for sure...coz I don't like to be defeated ๐..or to be unable to do such an easy program ๐๐
+ 9
Steve Sajeev Prathvi heya brothers......the program is done...in my id...by the name maha pattern...I know the name is quite wierd....but it's okk.....I don't know why it's giving the error on '}'...I tried fixing it.....but couldn't.....do check it once...rest everything is correct...the functions are also absolutely correct...just that single error.....nd sorry...if I disturbed u๐
+ 7
The main function should be inside the class..
Right now public static void main is outside the class pattern..
Put it inside
https://code.sololearn.com/cG10f4hlnnVt/?ref=app
+ 7
Steve Sajeev that's very kind of u brother...actually we need to create a rectangle filled with "@" and we have to take length and breadth as input by the user....for example
If we input
2
5
Then it should give
@@@@@
@@@@@
As output.....this is a part of my assignment question.....in which we have to overload a function polygon...three times......nd we have to print different patterns all the three times...second time we have to print this..โบ๏ธโบ๏ธ...if u r really willing then only do....else I will manage....u know sometimes it's the time...that doesn't want that we should create a program...I will be trying later on on this one....right now m moving forward...โบ๏ธ๐
+ 7
Steve Sajeev Nd the question I m typing here...just for knowledge..if u want to know....nd also...if I m unable to explain the second part to u above..โบ๏ธ
Design a class to overload a function polygon ()as follows:
(i)void polygon(int. n,char ch)-with one integer and one character argument..that draws a filled square of side 'n' and filled with character'ch'.
(ii)void polygon (int x,int y)-with both integer arguments..that draws a filled rectangle of length'x' and breadth'y'
(iii)void polygon() -with no arguments that draws a filled triangle
Sample input
n=2,ch=O
x=2,y=5
Output
OO
OO
@@@@@
@@@@@
*
**
***
I know this is quite simple....I have done the first part...second I was working on...๐โบ๏ธ..nd third appears to be simple....I don't know if it's easy...I'll try later๐
edit:third pattern doneโบ๏ธโบ๏ธ
+ 6
Steve Sajeev I have done the third pattern also..1st nd 3rd just 2nd is left.....I will do it also...asap....but not now....m tired of trying for it...โบ๏ธโบ๏ธ
+ 6
Srijan maybe you should ask ur own question....๐๐
+ 5
Please tell me whats ur desired output โค๏ธRashi_Chauhanโค๏ธ .
I would like to help you out
+ 4
Nishino thank uh sista....for helping.....โบ๏ธโบ๏ธ๐๐
+ 2
https://code.sololearn.com/cW58xu5Y4aCl/?ref=app
if the error is enum , interface and class expected that means you miss closing bracket of method and class .
and you can not declare variables in method because it's store garbage value so next time if you declare variables in method initialise through default data type value.
+ 2
now It's your turn , try if you got any problem than send the question . I am always here for solve the problem.
+ 2
Good๐๐
+ 1
I am sorry i was offline โค๏ธRashi_Chauhanโค๏ธ
+ 1