Answer & Explanation:
//written in java
public class Main {
public static void main(String[] args) {
//String stored in a variable named phrase
String phrase = "Brainly";
//Checking whether the first character is in upper case or not
if (Character.isUpperCase(phrase.charAt(0)))
System.out.println("capital");
else
System.out.println("not capital");
}
}
Answer is A: cat /use/passwd
Answer:
True
Explanation:
The word informatics is derived from the French word Informatique and it describes the science of using information & communication technology (ICT), to communicate, for the management of knowledge, prevention of errors and supporting of decision making. The application of effective informatics to health care delivery will definately lead to better results.
Answer:
total=0
def calcsumnumsquare(k,total):
while k>=1:
total+=int(k)*int(k)
k-=1
return total
print(calcsumnumsquare(4,0))
Explanation:
The program required is written above. It uses only two variables k and total as mentioned in the question. And the total is initially set to 9, and then its value is incremented by the square of each k during each loop established by while loop. And finally, when k=1, the output is returned. And we have printed the return value using print.
I'd say an
appeal letter.
An appeal letter should be sent with the claim to request
for review of an insurance claim that has been denied or underpaid by an
insurance company. An appeal is important because it lets the insurance company
know that you disagree with the decisions they have issued