Search:

Type: Posts; User: shu

Search: Search took 0.19 seconds.

  1. Thread: guide

    by shu
    Replies
    2
    Views
    842

    Re: guide

    thank u :)
  2. Thread: guide

    by shu
    Replies
    2
    Views
    842

    guide

    public class Main {
    public static void main(String[] args) {
    String s1 = "H";
    int num = 3110;
    String s2 = s1+num;
    int n = 0;
    String s3 = "w"+n+"rld";...
Results 1 to 2 of 2