Number Line Jumps
You are choreographing a circus show with various animals. For one act, you are given two kangaroos on a number line ready to jump in the positive direction (i.e, toward positive infinity). The first kangaroo starts at location and moves at a rate of meters per jump. The second kangaroo starts at location and moves at a rate of meters per jump. You have to figure out a way to get both kangaroos at the same location at the same time as part of the show. If it is possible, return YES, otherwise return NO.
Example
Sample Input 0
Sample Outputnput 0
Try Now
Chess Board Pattern
Write a program to generate a chess board of the following pattern where (*) indicates the black boxes and ( ) indicates the white boxes.