11172 - Relational Operator

Problem Link

import java.util.*;

public class Main {

public static void main(String[] args) {
// TODO Auto-generated method stub
int n;
Scanner scn = new Scanner(System.in);

n = scn.nextInt();
int x;
int i,j;
for(x=0;x<n;x++) {
i = scn.nextInt();
j = scn.nextInt();

if(i > j)
System.out.println(">");
else if(i < j)
System.out.println("<");
else
System.out.println("=");
}
}

}

Share this

Related Posts

:)
:(
hihi
:-)
:D
=D
:-d
;(
;-(
@-)
:P
:o
:>)
(o)
:p
:-?
(p)
:-s
(m)
8-)
:-t
:-b
b-(
:-#
=p~
$-)
(y)
(f)
x-)
(k)
(h)
cheer