public class JavaApplication82 {
public static void main(String[] args) {
for (int i = 1; i <= 9; i++){
for (int w = 0; w < i; w++){
System.out.print("*");
}
System.out.println("");
}
}
}
This works for me.
Answer: add up all the numbers and then add the tax and then 30% of the total for the tax
Explanation:
like 3+6+8+10=26
26 30%=whatever that is and then add it all up againg and thta is your answer.
C. Assertiveness. Assertiveness is defined as confident and forceful behavior, so it is the only one that makes sense.