Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. public class Izracun {
  3. public int[][] zbrajanje(Matrica matrix) {
  4.  
  5. }
  6.  
  7. public int[][] mnozenje(Matrica matrix) {
  8.  
  9. }
  10.  
  11. public int transponiranje(int[][] matrix) {
  12.  
  13.  
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement