Questions tagged [symmetry]

is used in its general meaning, from symmetric matrices to Git. As a result you should probably use at least one more tag to describe your case better.

78 questions
-2
votes
3 answers

How to print diamond shape w/ c++

I need help, I created a short little program a while ago where it would print a simple pyramid with "*" like this: * *** ***** but I decided to challenge myself and see if I could create a simple diamond shape like this: * *** ***** *** …
DanTheMan
  • 61
  • 2
  • 7
-3
votes
1 answer

find symmetryNumber on c programming

This is the code that I want to find symmetryNumber. Data model should be.. Ex.1) If I give 91, it prints out 19. And Compare. If it doesn't match with the input number, it add 91 and 19, and output 110. And do it again and again. Ex.2) If I…
pk35551
  • 1
  • 1
-5
votes
1 answer

Programming java to determine a symmetrical word

I am new here, but I am having hard time figuring out how to write a code to determine an input of word and see if the first is matching with the end of the word. You may input abba and get answer it's evenly symmetric and aba is oddly…
Nicholas Lu
  • 37
  • 2
  • 7
1 2 3 4 5
6