import java.util.Scanner;
public class Application {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Please enter variable c:");
int c = sc.nextInt();
System.out.println("Please enter variable b:");
int b = sc.nextInt();
int result = 12 * Math.max(c,b) + Math.min(2*c,b-1);
System.out.println("12 * Math.max( c, b ) + Math.min( 2 * c, b - 1 ) = " + result);
return ;
}
}
<svg viewBox="0 0 165 164" >
<path id="t" d="M0.076,0.031l164.879,66.951c0.022,0.009,0.028,0.037,0.012,0.054l-91.932,96.929 c-0.016,0.017-0.045,0.012-0.054-0.009L0.034,0.075C0.021,0.048,0.049,0.02,0.076,0.031z" >
<animate
attributeName="d"
to="M103.728,42.12L103.728,42.12c29.449,11.958,37.636,49.801,15.764,72.862l0,0 c-22.135,23.338-60.884,16.684-73.965-12.703l0,0C29.009,65.17,66.094,26.838,103.728,42.12z"
begin="t.mouseover"
end="t.mouseout"
dur="5s"
fill="freeze"
/>
</path>
</svg>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>JavaScript Tutorial</title>
</head>
<body>
<h1>I'll Take You To The Candy Shop...</h1>
<script>
window.onload = function() {
alert( 'HTML и все ресурсы загружены' );
};
</script>
<h2>Go ahead girl, don't you stop...</h2>
</body>
</html>