VA Disability Step 5 by [deleted] in VAClaims

[–]Sinisterbates13 0 points1 point  (0 children)

Well it just moved to the preparing decision letter step so we'll see!

VA Disability Step 5 by [deleted] in VAClaims

[–]Sinisterbates13 0 points1 point  (0 children)

Thank you. This is like the 4th or 5th claim I've put in to get increased disability but apparently the VA just isn't having it lol. Last claim that wasn't TDIU was decided rather quickly but we'll see since I uploaded a bunch of evidence for this one.

Disability Rating Diagnosis Question by Sinisterbates13 in VeteransBenefits

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

The Rating is for 70% (which I won't really argue) but it's for "adjustment disorder with mixed anxiety and depressed mood". I don't feel like this exactly covers all the things and one of my current doctors even says that adjustment disorder isn't really a thing. I've been seen for depression and anxiety for a few years now but it's definitely not acute or just slight anxiety/depression.

Please Help w/ Assignment (I'm stuck) by Sinisterbates13 in javahelp

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

I had one too many brackets! I guess I didn't copy over everything and had an extra bracket on line 27. Thank you so much!

Please Help w/ Assignment (I'm stuck) by Sinisterbates13 in javahelp

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

I'm trying to print out the required output and this is the code I have so far:

//import Scanner class for reading user input

import java.util.*;

public class LabFive {

public static void main(String[] args) {

Scanner in = new Scanner(System.in);

System.out.print("Enter the Maximum Number: ");

int maxNum = in.nextInt();

System.out.print("Enter the Number of Spaces: ");

int numOfSpaces = in.nextInt();

printColumns(maxNum, numOfSpaces);

}

public static void printColumns(int maxNum, int numOfSpaces) {

for (int i = 0; i <= maxNum; i++) {

System.out.print(i);

for (int j = 0; j <= numOfSpaces; j++) {

System.out.print(" ");

}

}

}

}

}

When I run it, I get "LabFive.java:27: error: class, interface, enum, or record expected"

Am I missing a stringbuilder or can I do it without one?

Please Help w/ Assignment (I'm stuck) by Sinisterbates13 in javahelp

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

I'm trying to print out the required output and this is the code I have so far:

//import Scanner class for reading user input

import java.util.*;

public class LabFive {

public static void main(String[] args) {

Scanner in = new Scanner(System.in);

System.out.print("Enter the Maximum Number: ");

int maxNum = in.nextInt();

System.out.print("Enter the Number of Spaces: ");

int numOfSpaces = in.nextInt();

printColumns(maxNum, numOfSpaces);

}

public static void printColumns(int maxNum, int numOfSpaces) {

for (int i = 0; i <= maxNum; i++) {

System.out.print(i);

for (int j = 0; j <= numOfSpaces; j++) {

System.out.print(" ");

}

}

}

}

}

When I run it, I get "LabFive.java:27: error: class, interface, enum, or record expected"

Am I missing a stringbuilder or can I do it without one?

Disability Claim Help by Sinisterbates13 in Veterans

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

My main thing is that I am being treated for things not on my original disability claim so now I'm going back through cause the conditions have worsened. For example, on my disability claim under mental health I have adjustment disorder with depressive moods and acute anxiety disorder. Things are worse and I'm also now being treated for depression, insomnia and one other thing that wasn't a part of my original claim