Changes

Jump to navigation Jump to search
12 bytes removed ,  18:39, 1 December 2023
m
Text replacement - "syntaxhighlight" to "pre"
Calculating the ''product'' of a sequence of integers for example is easy in <code>Java</code>:
<syntaxhighlight pre lang="java">
public int product(int[] seq) {
int result = 1;
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu