import java.util.Scanner;
public class JavaApplication83 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter Strings: ");
String word1 = scan.nextLine();
String word2 = scan.nextLine();
String newWord = "";
if (word1.length() == word2.length()){
for (int i = 0; i < word1.length(); i++)
{
newWord += word1.charAt(i) +""+word2.charAt(i);
}
}
else{
newWord = "error";
}
System.out.println(newWord);
}
}
I hope this helps!
Answer:
Option B
Explanation:
The top most reason for the bankruptcy of many small businesses is the inaccurate credit management.
Credit management deals with granting credits, recovery of credit granted on its due time, terms of grant of credits, other related issues and to make sure it comply with the company's policies.
The main aim of credit management is to work for the improvement of profits generated and the revenues within a bank or a firm.
Therefore, any inaccuracy in these will result in major set back to many small businesses.