This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
protected void onCreate(@Nullable Bundle savedInstanceState) { | |
super.onCreate(savedInstanceState); | |
////////////////////// | |
ExpandableListAdapter expandableListAdapter = new ExpandableListAdapter(this, dgResults); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.*; | |
public class Main { | |
public static String MissingDigit(String str) { | |
String[] newStr = new String[2]; | |
char op = 'c'; | |
String resultValue = ""; | |
str = str.replace(" ", ""); | |
if (str.contains("+")) { |