Search found 1 match

by natanpedrosa
Tue Sep 22, 2015 1:48 am
Forum: Volume 2 (200-299)
Topic: 272 - TEX Quotes
Replies: 136
Views: 56546

Re: 272 - TEX Quotes

Hi guys, I don't have any idea why my code is getting wa on this problem. Can anyone help me pls.

import static java.lang.System.in;

import java.util.Scanner;

public class Main {

// 272 - TEX Quotes

public static void main(String[] args) {
Scanner read = new Scanner(in);
String line, text ...

Go to advanced search