Activity
Mon
Wed
Fri
Sun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Memberships

Scale In Tech (By TITNB)

235 members • Free

5 contributions to Scale In Tech (By TITNB)
1 like • Mar 12
No worries! I bookmarked the webinar for tomorrow.
1 like • Mar 12
@Abena Apau thank you! I’ll definitely be there.
QA exercise help
Hey does anyone have the answer to 4.6.4 Diamond pattern?
QA exercise help
1 like • Mar 1
public static void printDiamond(int n, char symbol) { if (n <= 0 || n >= 50 || n % 2 == 0) { System.out.println("Invalid input! n must be a positive odd integer less than 50."); return; } int mid = n / 2; for (int i = 0; i <= mid; i++) { for (int space = 0; space < mid - i; space++) { System.out.print(" "); } for (int sym = 0; sym < 2 * i + 1; sym++) { System.out.print(symbol); } System.out.println(); } for (int i = mid - 1; i >= 0; i--) { for (int space = 0; space < mid - i; space++) { System.out.print(" "); } for (int sym = 0; sym < 2 * i + 1; sym++) { System.out.print(symbol); } System.out.println(); } }
1 like • Mar 1
Try this. I struggle with this one myself
QA course support not very responsive
Hello Everybody! I've noticed that there's been less and less support for questions related to exercises in the QA Course. Can somebody please help us with our questions? My last questions were asked 11 & 24 days ago. Your help is much appreciated :)
1 like • Jan 14
Same!!
Error ?
Every code I try to run this error message pops up. Anyone else having this issue in week 4? Week 3 wasn’t doing this at all.
Error ?
1 like • Dec '25
@Tolu Akinyemi Thank you so much! Yes seems to be working now. I appreciate you responding.
0 likes • Dec '25
@Deleted yesss. I thought it was just me 😩
5.4.6 bank loan
Test case 3 keeps coming back as an error. Help please :)
5.4.6 bank loan
1 like • Sep '25
@Tresor Baribwira yeah I did it again twice and same error. Must be a glitch.
0 likes • Sep '25
@Rasikh Titnb thank you!!
1-5 of 5
Rashawn Robinson
2
4points to level up
@rashawn-robinson-4356
New techie transitioning out of healthcare.

Active 7m ago
Joined Aug 23, 2025
Powered by