Answer:
The grinding machine is used for roughing and finishing flat, cylindrical, and conical surfaces; finishing internal cylinders or bores; forming and sharpening cutting tools; snagging or removing rough projections from castings and stampings; and cleaning, polishing, and buffing surfaces.
Answer:
- public class Main {
- public static void main(String[] args) {
- String testString = "abscacd";
-
- String evenStr = "";
- String oddStr = "";
-
- for(int i=testString.length() - 1; i >= 0; i--){
-
- if(i % 2 == 0){
- evenStr += testString.charAt(i);
- }
- else{
- oddStr += testString.charAt(i);
- }
- }
-
- System.out.println(evenStr + oddStr);
- }
- }
Explanation:
Firstly, let declare a variable testString to hold an input string "abscacd" (Line 1).
Next create another two String variable, evenStr and oddStr and initialize them with empty string (Line 5-6). These two variables will be used to hold the string at even index and odd index, respectively.
Next, we create a for loop that traverse the characters of the input string from the back by setting initial position index i to testString.length() - 1 (Line 8). Within the for-loop, create if and else block to check if the current index, i is divisible by 2, (i % 2 == 0), use the current i to get the character of the testString and join it with evenStr. Otherwise, join it with oddStr (Line 10 -14).
At last, we print the concatenated evenStr and oddStr (Line 18).
I really don’t know good luck
Answer:
Qx = 9.10
m³/s
Explanation:
given data
diameter = 85 mm
length = 2 m
depth = 9mm
N = 60 rev/min
pressure p = 11 ×
Pa
viscosity n = 100 Pas
angle = 18°
so Qd will be
Qd = 0.5 × π² ×D²×dc × sinA × cosA ..............1
put here value and we get
Qd = 0.5 × π² × ( 85
)²× 9
× sin18 × cos18
Qd = 94.305 ×
m³/s
and
Qb = p × π × D × dc³ × sin²A ÷ 12 × n × L ............2
Qb = 11 ×
× π × 85
× ( 9
)³ × sin²18 ÷ 12 × 100 × 2
Qb = 85.2 ×
m³/s
so here
volume flow rate Qx = Qd - Qb ..............3
Qx = 94.305 ×
- 85.2 ×
Qx = 9.10
m³/s
Neither, I would choose a PC because normally with PlayStation and Xbox you have to go to the store to buy more games when on a PC there are some games for free