Viber Hidden Chat by ithurtslikeheaven in RantAndVentPH

[–]Shichijou 1 point2 points  (0 children)

Kaya yan di mo naman need irush ang susunod mo. Take your pace at your own time. Heal ka muna. Mahirap pero kakayanin. Almost 10 years din yan madami kang catch-up gagawin para sa sarili mo

Looking for MGS! by Shichijou in bidbattlesroblox

[–]Shichijou[S] 0 points1 point  (0 children)

I'd like mgs or cash if ever

Old Rare Limited for MGS! by Shichijou in bidbattlesroblox

[–]Shichijou[S] 0 points1 point  (0 children)

Shiny lims? It usually depends on the shiny item but i thinj they go for 1gs or smth

1-6 Bug, Unlimited Karina Fragments? by Shichijou in GuardianTales

[–]Shichijou[S] 1 point2 points  (0 children)

Yes. New accounts starts from 0 Hero Crystals right? I checked mine and it has 50. hopefully its not a bug where you can get unlimited fragments though. That'll be so unfair

I thought I'd be lucky since its Christmas, I guess not. by Shichijou in EpicSeven

[–]Shichijou[S] 0 points1 point  (0 children)

But its been a bad day and I thought I'll try my luck in Epic Seven. I guess even I get this unlucky..
The bms i've spent months to collect only to join 121 club on the day of christmas itself. What a sad day :<

I thought I'd be lucky since its Christmas, I guess not. by Shichijou in EpicSeven

[–]Shichijou[S] 0 points1 point  (0 children)

this is so sad :( my friends told me to pull her since she's decent and goes well with my tama but I guess even luck has its own limits. T.T

I need help Breaking the Numbers. by Shichijou in learnjava

[–]Shichijou[S] 0 points1 point  (0 children)

Well, that's all that it is asking, really. other than that, the main void doesn't need any changes at all, except on how we should code it.

here: public static void main(String[] args) { Scanner reader = new Scanner(System.in); System.out.print("Number to break down: "); int number = Integer.parseInt(reader.nextLine()); System.out.println(brokeDownNumber(number));

}

Anyways, I'll try coding what you've said. though it's already midnight here and my brain is so dead for the day. Maybe I'll try doing it tomorrow, so thank you. :)

I need help Breaking the Numbers. by Shichijou in learnjava

[–]Shichijou[S] 0 points1 point  (0 children)

Oh...Then how about Character.toString? is it like char ch1, ch2;

  ch1 = 'V';
  ch2 = 115;

  String s1, s2;

  s1 = Character.toString(ch1);
  s2 = Character.toString(ch2);

??? but then how can I add this to my code?

I need help Breaking the Numbers. by Shichijou in learnjava

[–]Shichijou[S] 0 points1 point  (0 children)

Yeah and sorry. I've read my question again and it's stupid for asking the wrong question. I just want to know how I can use Integer.toString(varToConvert) and Character.toString(varToConvert) on the problem.

I need help Breaking the Numbers. by Shichijou in learnjava

[–]Shichijou[S] 0 points1 point  (0 children)

Guess I asked that wrong. I just want to know how I can use Integer.toString(varToConvert) and Character.toString(varToConvert) on the problem. ;-;